2009-11-04 15:07:18 +01:00
|
|
|
# New ports collection makefile for: p5-Archive-Rar
|
|
|
|
# Date created: 2009-11-02
|
|
|
|
# Whom: Andrey Kostenko <andrey@kostenko.name>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Archive-Rar
|
|
|
|
PORTVERSION= 2.02
|
2010-09-14 01:39:45 +02:00
|
|
|
CATEGORIES= archivers perl5
|
2009-11-04 15:07:18 +01:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-04-20 05:04:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2009-11-04 15:07:18 +01:00
|
|
|
COMMENT= Interface with the 'rar' command
|
|
|
|
|
|
|
|
BUILD_DEPENDS= rar>=0:${PORTSDIR}/archivers/rar
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Archive::Rar.3 \
|
|
|
|
Archive::Rar::Passthrough.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|