mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
965f85c5e1
WWW: http://search.cpan.org/dist/Archive-Rar/ PR: ports/140223 Submitted by: Andrey Kostenko <andrey at kostenko.name>
24 lines
470 B
Makefile
24 lines
470 B
Makefile
# 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
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= andrey@kostenko.name
|
|
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>
|