Index: head/devel/rubygem-slop/Makefile =================================================================== --- head/devel/rubygem-slop/Makefile (revision 387824) +++ head/devel/rubygem-slop/Makefile (revision 387825) @@ -1,16 +1,18 @@ # Created by: Shin-ya MURAKAMI # $FreeBSD$ PORTNAME= slop PORTVERSION= 3.6.0 CATEGORIES= devel ruby MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Simple DSL for gathering options and parsing the command line +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/devel/rubygem-slop/pkg-descr =================================================================== --- head/devel/rubygem-slop/pkg-descr (revision 387824) +++ head/devel/rubygem-slop/pkg-descr (revision 387825) @@ -1,3 +1,3 @@ Slop is a simple option parser with an easy to remember syntax and friendly API. -WWW: http://rubygems.org/gems/slop +WWW: https://github.com/leejarvis/slop