21 lines
368 B
Makefile
21 lines
368 B
Makefile
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libarchive
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= archivers rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
COMMENT= Ruby bindings for libarchive
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= dos2unix
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
DOS2UNIX_FILES= ext/depend
|
|
|
|
.include <bsd.port.mk>
|