svn commit: r387592 - head/net/rubygem-ipaddress
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 27 13:07:55 UTC 2015
Author: sunpoet
Date: Wed May 27 13:07:54 2015
New Revision: 387592
URL: https://svnweb.freebsd.org/changeset/ports/387592
Log:
- Add LICENSE
Modified:
head/net/rubygem-ipaddress/Makefile
Modified: head/net/rubygem-ipaddress/Makefile
==============================================================================
--- head/net/rubygem-ipaddress/Makefile Wed May 27 13:07:49 2015 (r387591)
+++ head/net/rubygem-ipaddress/Makefile Wed May 27 13:07:54 2015 (r387592)
@@ -9,8 +9,10 @@ MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= IP address manipulation library for rubygems
-USE_RUBY= yes
-USE_RUBYGEMS= yes
+LICENSE= MIT
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list