freebsd-ports/archivers/rubygem-libarchive/Makefile
Steve Wills b3e8fe8d85 create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
2016-04-27 16:36:41 +00:00

20 lines
368 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= libarchive
PORTVERSION= 0.1.2
PORTREVISION= 1
CATEGORIES= archivers rubygems
MASTER_SITES= RG
MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby bindings for libarchive
LICENSE= BSD3CLAUSE
USE_RUBY= yes
USES= dos2unix gem:autoplist libarchive
DOS2UNIX_FILES= ext/depend
.include <bsd.port.mk>