diff options
Diffstat (limited to 'archivers/rubygem-rubyzip-gitlab/Makefile')
-rw-r--r-- | archivers/rubygem-rubyzip-gitlab/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/archivers/rubygem-rubyzip-gitlab/Makefile b/archivers/rubygem-rubyzip-gitlab/Makefile new file mode 100644 index 000000000000..5bb136003792 --- /dev/null +++ b/archivers/rubygem-rubyzip-gitlab/Makefile @@ -0,0 +1,20 @@ +PORTNAME= rubyzip +PORTVERSION= 2.4.1 +CATEGORIES= archivers rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Ruby module for reading and writing zip files +WWW= https://github.com/rubyzip/rubyzip + +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual + +USES= cpe gem + +NO_ARCH= yes + +CPE_VENDOR= rubyzip_project + +.include <bsd.port.mk> |