Merge branch 'staged'
[dports.git] / archivers / rubygem-rubyzip20 / Makefile
1 PORTNAME=       rubyzip
2 PORTVERSION=    2.0.0
3 CATEGORIES=     archivers rubygems
4 MASTER_SITES=   RG
5 PKGNAMESUFFIX=  20
6
7 MAINTAINER=     sunpoet@FreeBSD.org
8 COMMENT=        Ruby module for reading and writing zip files
9 WWW=            https://github.com/rubyzip/rubyzip
10
11 LICENSE=        BSD2CLAUSE RUBY
12 LICENSE_COMB=   dual
13
14 USES=           cpe gem
15
16 NO_ARCH=        yes
17
18 CPE_VENDOR=     rubyzip_project
19
20 PORTSCOUT=      limit:^2\.0\.
21
22 .include <bsd.port.mk>