7f4572eae4
With hat: portmgr Sponsored by: Absolight
21 lines
401 B
Makefile
21 lines
401 B
Makefile
# Created by: Andrey Kostenko <andrey@kostenko.name>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Archive-Rar
|
|
PORTVERSION= 2.02
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Interface with the 'rar' command
|
|
|
|
BUILD_DEPENDS= rar:archivers/rar \
|
|
p5-IPC-Run>=0:devel/p5-IPC-Run
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|