diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-12-26 01:08:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-12-26 01:08:28 +0800 |
commit | 07233928166f5b69d2cc33ec664eca5fe27d02c2 (patch) | |
tree | 2088f49abbaa01a983a0ddfd031adb64bfac09f9 | |
parent | 021ec586fc68197405f7926e72424e726cb8a927 (diff) | |
download | freebsd-ports-gnome-07233928166f5b69d2cc33ec664eca5fe27d02c2.tar.gz freebsd-ports-gnome-07233928166f5b69d2cc33ec664eca5fe27d02c2.tar.zst freebsd-ports-gnome-07233928166f5b69d2cc33ec664eca5fe27d02c2.zip |
- Add LICENSE
-rw-r--r-- | devel/rubygem-naught/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/rubygem-naught/Makefile b/devel/rubygem-naught/Makefile index 90806703c50e..3743a99d2a82 100644 --- a/devel/rubygem-naught/Makefile +++ b/devel/rubygem-naught/Makefile @@ -9,8 +9,10 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Naught is a toolkit for building Null Objects +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST=yes +RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> |