diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-31 11:56:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-31 11:56:00 +0000 |
commit | a973e4b45d78ffed9d0585f123efc72daf368f4b (patch) | |
tree | 9f529bb880bc2a47e837a3343eec81c3e62b5067 | |
parent | f8249da1d0810d8b4329d22076b72cda7ea42f08 (diff) | |
download | ports-a973e4b45d78ffed9d0585f123efc72daf368f4b.tar.gz ports-a973e4b45d78ffed9d0585f123efc72daf368f4b.zip |
- Add LICENSE back
Notes
Notes:
svn path=/head/; revision=430103
-rw-r--r-- | devel/rubygem-json/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/rubygem-json/Makefile b/devel/rubygem-json/Makefile index bee0821b32a8..448b628b7904 100644 --- a/devel/rubygem-json/Makefile +++ b/devel/rubygem-json/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Parse JSON texts and generate them from ruby data structures +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual + USE_RUBY= yes USES= gem |