b3e8fe8d85
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
20 lines
368 B
Makefile
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>
|