Index: head/devel/rubygem-stringex/Makefile =================================================================== --- head/devel/rubygem-stringex/Makefile (revision 387829) +++ head/devel/rubygem-stringex/Makefile (revision 387830) @@ -1,17 +1,18 @@ # $FreeBSD$ PORTNAME= stringex PORTVERSION= 2.5.2 PORTEPOCH= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Some useful extensions to the Ruby String class +LICENSE= MIT + USE_RUBY= yes -USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/devel/rubygem-stringex/pkg-descr =================================================================== --- head/devel/rubygem-stringex/pkg-descr (revision 387829) +++ head/devel/rubygem-stringex/pkg-descr (revision 387830) @@ -1,6 +1,6 @@ -Some [hopefully] useful extensions to Ruby's String class. Stringex is made -up of three libraries: ActsAsUrl [permalink solution with better character -translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions -[miscellaneous helper methods for the String class]. +Some [hopefully] useful extensions to Ruby's String class. Stringex is made up +of three libraries: ActsAsUrl [permalink solution with better character +translation], Unidecoder [Unicode to Ascii transliteration], and +StringExtensions [miscellaneous helper methods for the String class]. WWW: https://github.com/rsl/stringex