diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-27 21:07:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-27 21:07:54 +0800 |
commit | c4473791db3770fa19e610344cbc5abdef1f3f42 (patch) | |
tree | dcf6a53f904d1006745a7a3e44bd8b3d48e263b4 /net | |
parent | 40a93fe1097e06614d9f879ecf2749796894fee9 (diff) | |
download | freebsd-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/Makefile | 6 |
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> |