mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
18 lines
284 B
Makefile
18 lines
284 B
Makefile
# Created by: Hsin-Han You <hhyou@cs.nctu.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
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>
|