svn commit: r387825 - head/devel/rubygem-slop
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 29 11:16:26 UTC 2015
Author: sunpoet
Date: Fri May 29 11:16:25 2015
New Revision: 387825
URL: https://svnweb.freebsd.org/changeset/ports/387825
Log:
- Add LICENSE
- Update WWW
Modified:
head/devel/rubygem-slop/Makefile
head/devel/rubygem-slop/pkg-descr
Modified: head/devel/rubygem-slop/Makefile
==============================================================================
--- head/devel/rubygem-slop/Makefile Fri May 29 11:16:20 2015 (r387824)
+++ head/devel/rubygem-slop/Makefile Fri May 29 11:16:25 2015 (r387825)
@@ -9,6 +9,8 @@ MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Simple DSL for gathering options and parsing the command line
+LICENSE= MIT
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
Modified: head/devel/rubygem-slop/pkg-descr
==============================================================================
--- head/devel/rubygem-slop/pkg-descr Fri May 29 11:16:20 2015 (r387824)
+++ head/devel/rubygem-slop/pkg-descr Fri May 29 11:16:25 2015 (r387825)
@@ -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
More information about the svn-ports-all
mailing list