forked from Lainports/opnsense-ports
22 lines
386 B
Makefile
22 lines
386 B
Makefile
PORTNAME= rubyzip
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= archivers rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 20
|
|
|
|
MAINTAINER= sunpoet@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
|
|
|
|
PORTSCOUT= limit:^2\.0\.
|
|
|
|
.include <bsd.port.mk>
|