Index: head/devel/p5-PAR/Makefile =================================================================== --- head/devel/p5-PAR/Makefile (revision 88993) +++ head/devel/p5-PAR/Makefile (revision 88994) @@ -1,31 +1,40 @@ # New ports collection makefile for: devel/p5-PAR # Date created: Aug 27 2003 # Whom: Autrijus Tang # # $FreeBSD$ # PORTNAME= PAR PORTVERSION= 0.74 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/A/AU/AUTRIJUS PKGNAMEPREFIX= p5- MAINTAINER= autrijus@autrijus.org COMMENT= Perl Archive Toolkit BUILD_DEPENDS= ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ ${SITE_PERL}/Module/ScanDeps.pm:${PORTSDIR}/devel/p5-Module-ScanDeps \ ${SITE_PERL}/Module/Signature.pm:${PORTSDIR}/security/p5-Module-Signature \ ${SITE_PERL}/PAR/Dist.pm:${PORTSDIR}/devel/p5-PAR-Dist RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN1= par.pl.1 parl.1 pp.1 MAN3= App::Packer::PAR.3 PAR.3 PAR::Heavy.3 PAR::Intro.3 -.include +.include + +pre-everything:: +.if ${PERL_LEVEL} < 500601 +BROKEN= p5-PAR only supports the ports versions of Perl. +BROKEN+=If you have installed a Perl port, and are getting this message, +BROKEN+=please make sure you have given the command \'use.perl port\' +.endif # ${PERL_LEVEL} < 500601 + +.include Property changes on: head/devel/p5-PAR/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property