diff options
Diffstat (limited to 'devel/p5-Module-Implementation/Makefile')
-rw-r--r-- | devel/p5-Module-Implementation/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Module-Implementation/Makefile b/devel/p5-Module-Implementation/Makefile index 2eba8fd6ee5b..95b04a3145a7 100644 --- a/devel/p5-Module-Implementation/Makefile +++ b/devel/p5-Module-Implementation/Makefile @@ -28,4 +28,10 @@ PERL_CONFIGURE= yes MAN3= Module::Implementation.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> |