freebsd-ports/archivers/rubygem-archive-zip/Makefile
TAKATSU Tomonari 9737c83966 - Update to 0.6.0
- Trim Makefile header
2013-03-25 16:05:33 +00:00

18 lines
390 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= archive-zip
PORTVERSION= 0.6.0
CATEGORIES= archivers rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= Provides interface to working with ZIP archives
RUN_DEPENDS= rubygem-io-like>=0.3.0:${PORTSDIR}/devel/rubygem-io-like
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>