diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-25 17:08:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-25 17:08:28 +0000 |
commit | ab76f6b4d5a63e883ccc678dbbcc6b4c3fa21b2b (patch) | |
tree | 2088f49abbaa01a983a0ddfd031adb64bfac09f9 | |
parent | - Update to 1.1.0 (diff) |
- 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> |