aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-05-27 21:07:54 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-05-27 21:07:54 +0800
commitc4473791db3770fa19e610344cbc5abdef1f3f42 (patch)
treedcf6a53f904d1006745a7a3e44bd8b3d48e263b4 /net
parent40a93fe1097e06614d9f879ecf2749796894fee9 (diff)
downloadfreebsd-ports-gnome-c4473791db3770fa19e610344cbc5abdef1f3f42.tar.gz
freebsd-ports-gnome-c4473791db3770fa19e610344cbc5abdef1f3f42.tar.zst
freebsd-ports-gnome-c4473791db3770fa19e610344cbc5abdef1f3f42.zip
- Add LICENSE
Diffstat (limited to 'net')
-rw-r--r--net/rubygem-ipaddress/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/rubygem-ipaddress/Makefile b/net/rubygem-ipaddress/Makefile
index 5cbb83721430..4ca249e690da 100644
--- a/net/rubygem-ipaddress/Makefile
+++ b/net/rubygem-ipaddress/Makefile
@@ -9,8 +9,10 @@ MASTER_SITES= RG
MAINTAINER= ruby@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>