Import archivers/rubygem-rubyzip20 version 2.0.0
[dports.git] / archivers / rubygem-rubyzip20 / Makefile
1 # Created by: Steve Wills <swills@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       rubyzip
5 PORTVERSION=    2.0.0
6 CATEGORIES=     archivers rubygems
7 MASTER_SITES=   RG
8 PKGNAMESUFFIX=  20
9
10 MAINTAINER=     sunpoet@FreeBSD.org
11 COMMENT=        Ruby module for reading and writing zip files
12
13 LICENSE=        BSD2CLAUSE RUBY
14 LICENSE_COMB=   dual
15
16 USES=           gem
17 USE_RUBY=       yes
18
19 NO_ARCH=        yes
20
21 PORTSCOUT=      limit:^2\.0\.
22
23 .include <bsd.port.mk>