Index: head/devel/p5-Data-RoundRobin/Makefile =================================================================== --- head/devel/p5-Data-RoundRobin/Makefile (revision 291393) +++ head/devel/p5-Data-RoundRobin/Makefile (revision 291394) @@ -1,21 +1,27 @@ # New ports collection makefile for: p5-RoundRobin # Date created: Jan. 05, 2007 # Whom: Li-Wen Hsu # # $FreeBSD$ # PORTNAME= Data-RoundRobin PORTVERSION= 0.03 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= lwhsu@FreeBSD.org COMMENT= Serve data in a round robin manner PERL_CONFIGURE= yes MAN3= Data::RoundRobin.3 -.include +.include + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Property changes on: head/devel/p5-Data-RoundRobin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property