1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/p5-PAR/Makefile
Rong-En Fan ba5a82b53b Change to my FreeBSD.org email.
Approved by:	delphij (mentor)
2006-06-27 03:58:58 +00:00

50 lines
1.6 KiB
Makefile

# New ports collection makefile for: devel/p5-PAR
# Date created: Aug 27 2003
# Whom: Autrijus Tang <autrijus@autrijus.org>
#
# $FreeBSD$
#
PORTNAME= PAR
PORTVERSION= 0.94.1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= PAR
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9])$/\1/}
MAINTAINER= rafan@FreeBSD.org
COMMENT= Perl Archive Toolkit
BUILD_DEPENDS= p5-Archive-Zip>=1.00:${PORTSDIR}/archivers/p5-Archive-Zip \
p5-Compress-Zlib>=1.30:${PORTSDIR}/archivers/p5-Compress-Zlib \
p5-Getopt-ArgvFile>=1.07:${PORTSDIR}/devel/p5-Getopt-ArgvFile \
p5-Module-ScanDeps>=0.60:${PORTSDIR}/devel/p5-Module-ScanDeps \
${SITE_PERL}/Module/Signature.pm:${PORTSDIR}/security/p5-Module-Signature \
p5-PAR-Dist>=0.08:${PORTSDIR}/devel/p5-PAR-Dist \
${SITE_PERL}/B/Deobfuscate.pm:${PORTSDIR}/devel/p5-B-Deobfuscate
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= par.pl.1 parl.1 pp.1 tkpp.1
MAN3= App::Packer::PAR.3 PAR.3 \
PAR::Packer.3 PAR::FAQ.3 PAR::Filter.3 \
PAR::Filter::Bleach.3 PAR::Filter::Bytecode.3 \
PAR::Filter::Obfuscate.3 PAR::Filter::PatchContent.3 \
PAR::Filter::PodStrip.3 PAR::Heavy.3 PAR::Tutorial.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.endif
.if ${PERL_LEVEL} < 500601
IGNORE= only supports the ports versions of Perl,
IGNORE+=If you have installed a Perl port, and are getting this message,
IGNORE+=please make sure you have given the command \'use.perl port\'
.endif # ${PERL_LEVEL} < 500601
.include <bsd.port.post.mk>