Index: head/devel/p5-Class-Autouse/Makefile =================================================================== --- head/devel/p5-Class-Autouse/Makefile (revision 172311) +++ head/devel/p5-Class-Autouse/Makefile (revision 172312) @@ -1,36 +1,38 @@ # New ports collection makefile for: Class-Autouse # Date created: 10 December 2002 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= Class-Autouse -PORTVERSION= 1.26 +PORTVERSION= 1.27 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Class PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Defer loading of one or more classes -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= Class::Autouse.3 post-patch: @${PERL} -pi -e 's/^auto_install.*$$//' ${WRKSRC}/Makefile.PL .include +.if ${PERL_LEVEL} < 500800 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + .if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple .endif .include Property changes on: head/devel/p5-Class-Autouse/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/devel/p5-Class-Autouse/distinfo =================================================================== --- head/devel/p5-Class-Autouse/distinfo (revision 172311) +++ head/devel/p5-Class-Autouse/distinfo (revision 172312) @@ -1,3 +1,3 @@ -MD5 (Class-Autouse-1.26.tar.gz) = 27d185332ff7fc18477d115802b057b2 -SHA256 (Class-Autouse-1.26.tar.gz) = 5b76f86b90283b770fef1a4d20f06067d024a8deba20ccf3fecc21a85266d156 -SIZE (Class-Autouse-1.26.tar.gz) = 41162 +MD5 (Class-Autouse-1.27.tar.gz) = f6b69cae6db84d6c1728384e6e7bd281 +SHA256 (Class-Autouse-1.27.tar.gz) = 6c1fe94c9957e9b9295dceac52f0ea81f072f393550443f584d7df9c932e2843 +SIZE (Class-Autouse-1.27.tar.gz) = 33429 Property changes on: head/devel/p5-Class-Autouse/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property