blob: a2ab1fa444adb81dbbb1e5d0393c8d33147a1cfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Hsin-Han You <hhyou@cs.nctu.edu.tw>
PORTNAME= rubyzip2
PORTVERSION= 2.0.2
CATEGORIES= archivers rubygems
MASTER_SITES= RG
MAINTAINER= hhyou@cs.nctu.edu.tw
COMMENT= Ruby compatible Zip library
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>
|