freebsd-ports/devel/p5-PAR/Makefile
Philip M. Gollucci b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00

41 lines
933 B
Makefile

# New ports collection makefile for: devel/p5-PAR
# Date created: Aug 27 2003
# Whom: Autrijus Tang <autrijus@autrijus.org>
#
# $FreeBSD$
#
PORTNAME= PAR
PORTVERSION= 1.00.5
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}
PERL_CONFIGURE= yes
MAN3= PAR.3 \
PAR::Environment.3 \
PAR::FAQ.3 \
PAR::Heavy.3 PAR::Tutorial.3 \
PAR::SetupProgname.3 \
PAR::SetupTemp.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif
regression-test:
cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.post.mk>