Index: head/devel/p5-Parallel-ForkManager/Makefile =================================================================== --- head/devel/p5-Parallel-ForkManager/Makefile (revision 398936) +++ head/devel/p5-Parallel-ForkManager/Makefile (revision 398937) @@ -1,26 +1,26 @@ # Created by: Nicolas Jombart # $FreeBSD$ PORTNAME= Parallel-ForkManager PORTVERSION= 1.16 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple parallel processing fork manager LICENSE= ART10 GPLv1 LICENSE_COMB= dual NO_ARCH= yes USES= perl5 USE_PERL5= configure .include .if ${PERL_LEVEL} < 502000 -TEST_DEPENDS+= p5-Test-Simple>=1.001.003:${PORTSDIR}/devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001:${PORTSDIR}/devel/p5-Test-Simple .endif .include