1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/archivers/p5-Archive-Rar/Makefile
Sunpoet Po-Chuan Hsieh 52ec4f0513 - Support STAGEDIR
2013-09-28 17:12:21 +00:00

20 lines
399 B
Makefile

# Created by: Andrey Kostenko <andrey@kostenko.name>
# $FreeBSD$
PORTNAME= Archive-Rar
PORTVERSION= 2.02
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Interface with the 'rar' command
BUILD_DEPENDS= rar>=0:${PORTSDIR}/archivers/rar \
p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>