26 lines
594 B
Makefile
26 lines
594 B
Makefile
# Created by: Autrijus Tang <autrijus@autrijus.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PAR
|
|
PORTVERSION= 1.00.7
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9])$/\1/}
|
|
|
|
MAINTAINER= rafan@FreeBSD.org
|
|
COMMENT= Perl Archive Toolkit
|
|
|
|
RUN_DEPENDS= p5-Archive-Zip>=1.00:${PORTSDIR}/archivers/p5-Archive-Zip \
|
|
p5-AutoLoader>=5.67:${PORTSDIR}/devel/p5-AutoLoader \
|
|
p5-PAR-Dist>=0.32:${PORTSDIR}/devel/p5-PAR-Dist
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
|
|
regression-test:
|
|
cd ${WRKSRC} && ${MAKE} test
|
|
|
|
.include <bsd.port.mk>
|