Index: head/devel/rubygem-shoulda-context/Makefile =================================================================== --- head/devel/rubygem-shoulda-context/Makefile (revision 387820) +++ head/devel/rubygem-shoulda-context/Makefile (revision 387821) @@ -1,17 +1,20 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= shoulda-context PORTVERSION= 1.2.1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Context framework extracted from Shoulda +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES+= bin/convert_to_should_syntax + +PLIST_FILES= bin/convert_to_should_syntax .include Index: head/devel/rubygem-shoulda-context/pkg-descr =================================================================== --- head/devel/rubygem-shoulda-context/pkg-descr (revision 387820) +++ head/devel/rubygem-shoulda-context/pkg-descr (revision 387821) @@ -1,3 +1,3 @@ Context framework extracted from Shoulda -WWW: http://thoughtbot.com/community/ +WWW: https://thoughtbot.com/community/