Index: head/devel/rubygem-settingslogic/Makefile =================================================================== --- head/devel/rubygem-settingslogic/Makefile (revision 387818) +++ head/devel/rubygem-settingslogic/Makefile (revision 387819) @@ -1,16 +1,17 @@ # $FreeBSD$ PORTNAME= settingslogic PORTVERSION= 2.0.9 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Gem to use YAML and singleton design paterns +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include Index: head/devel/rubygem-settingslogic/pkg-descr =================================================================== --- head/devel/rubygem-settingslogic/pkg-descr (revision 387818) +++ head/devel/rubygem-settingslogic/pkg-descr (revision 387819) @@ -1,4 +1,4 @@ A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern. -WWW: http://github.com/binarylogic/settingslogic +WWW: https://github.com/binarylogic/settingslogic