freebsd-ports/archivers/p5-Archive-Rar/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

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>