diff options
Diffstat (limited to 'devel/p5-IO-Pipely/Makefile')
-rw-r--r-- | devel/p5-IO-Pipely/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/p5-IO-Pipely/Makefile b/devel/p5-IO-Pipely/Makefile index 471a204..3f768a7 100644 --- a/devel/p5-IO-Pipely/Makefile +++ b/devel/p5-IO-Pipely/Makefile @@ -14,10 +14,14 @@ COMMENT= Portably create pipe() or pipe-like handles, one way or another LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Scalar-List-Utils>=1.29:${PORTSDIR}/lang/p5-Scalar-List-Utils - NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502000 +TEST_DEPENDS= p5-Scalar-List-Utils>=1.29:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include <bsd.port.post.mk> |