mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
23 lines
395 B
Makefile
23 lines
395 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
|
|
|
|
USES= dos2unix libarchive
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
DOS2UNIX_FILES= ext/depend
|
|
|
|
.include <bsd.port.mk>
|