diff options
Diffstat (limited to 'devel/p5-Carp-Assert/Makefile')
-rw-r--r-- | devel/p5-Carp-Assert/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/p5-Carp-Assert/Makefile b/devel/p5-Carp-Assert/Makefile index f914cf13cad3..bdf5375cf62c 100644 --- a/devel/p5-Carp-Assert/Makefile +++ b/devel/p5-Carp-Assert/Makefile @@ -20,11 +20,4 @@ PERL_CONFIGURE= yes MAN3= Carp::Assert.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${BUILD_DEPENDS} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |