diff --git a/devel/rubygem-shoulda-context/Makefile b/devel/rubygem-shoulda-context/Makefile index 61c575089cd9..7ab9801c26f6 100644 --- a/devel/rubygem-shoulda-context/Makefile +++ b/devel/rubygem-shoulda-context/Makefile @@ -9,9 +9,12 @@ 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 diff --git a/devel/rubygem-shoulda-context/pkg-descr b/devel/rubygem-shoulda-context/pkg-descr index 37a969a29655..ccff92b91ce4 100644 --- a/devel/rubygem-shoulda-context/pkg-descr +++ b/devel/rubygem-shoulda-context/pkg-descr @@ -1,3 +1,3 @@ Context framework extracted from Shoulda -WWW: http://thoughtbot.com/community/ +WWW: https://thoughtbot.com/community/