freebsd-ports/archivers/rubygem-archive-zip/Makefile
2019-09-03 19:09:42 +00:00

22 lines
416 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= archive-zip
PORTVERSION= 0.12.0
CATEGORIES= archivers rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provides interface to working with ZIP archives
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-io-like>=0.3.0<0.4:devel/rubygem-io-like
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>