aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-05-31 07:09:37 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-05-31 07:09:37 +0800
commitb6520fb4db228e0a5572a5c782297afe871bf439 (patch)
tree8ff641ff067300835e66d249ad2f19ffaeea0e4c
parent75d8ab20435d74bce0acfbd6c961aec552de69c6 (diff)
downloadfreebsd-ports-gnome-b6520fb4db228e0a5572a5c782297afe871bf439.tar.gz
freebsd-ports-gnome-b6520fb4db228e0a5572a5c782297afe871bf439.tar.zst
freebsd-ports-gnome-b6520fb4db228e0a5572a5c782297afe871bf439.zip
- Add LICENSE
-rw-r--r--devel/rubygem-gems/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/rubygem-gems/Makefile b/devel/rubygem-gems/Makefile
index fab3ac27e2f4..aa146fbace22 100644
--- a/devel/rubygem-gems/Makefile
+++ b/devel/rubygem-gems/Makefile
@@ -9,8 +9,10 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby wrapper for the RubyGems.org API
+LICENSE= MIT
+
USE_RUBY= yes
USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>