Index: head/devel/p5-Version-Requirements/Makefile =================================================================== --- head/devel/p5-Version-Requirements/Makefile (revision 282135) +++ head/devel/p5-Version-Requirements/Makefile (revision 282136) @@ -1,25 +1,30 @@ # New ports collection makefile for: p5-Version-Requirements # Date created: April 20 2010 # Whom: jupengfei # # $FreeBSD$ # PORTNAME= Version-Requirements PORTVERSION= 0.101020 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= A set of version requirements for a CPAN dist -BUILD_DEPENDS= p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${BUILD_DEPENDS} +PERL_CONFIGURE= yes -PERL_CONFIGURE= YES - MAN3= Version::Requirements.3 -.include +.include + +.if ${PERL_LEVEL} < 501001 +BUILD_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version +RUN_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Property changes on: head/devel/p5-Version-Requirements/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property