blob: 91adb150c608b567dc74443f6225fa1ac2d8f1de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= rubyzip
PORTVERSION= 2.3.0
CATEGORIES= archivers rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby module for reading and writing zip files
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|