freebsd-ports/archivers/rubygem-archive-zip/Makefile
2021-04-06 16:31:07 +02:00

21 lines
404 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
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>