diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-29 00:25:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-29 00:25:20 +0800 |
commit | 0e5f52257ce860c8c33eae9ebbba7d65a8ff0424 (patch) | |
tree | 3abd103a5a8ccceab9c9ddaf0741128e140b315b /archivers | |
parent | 65854356d81355fe0c3f6f99be23a08059f6c3e3 (diff) | |
download | freebsd-ports-gnome-0e5f52257ce860c8c33eae9ebbba7d65a8ff0424.tar.gz freebsd-ports-gnome-0e5f52257ce860c8c33eae9ebbba7d65a8ff0424.tar.zst freebsd-ports-gnome-0e5f52257ce860c8c33eae9ebbba7d65a8ff0424.zip |
- Add LICENSE
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rubygem-rubyzip/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/rubygem-rubyzip/Makefile b/archivers/rubygem-rubyzip/Makefile index 5707ebfc4686..1de7cd721b27 100644 --- a/archivers/rubygem-rubyzip/Makefile +++ b/archivers/rubygem-rubyzip/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby module for reading and writing zip files +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |