diff options
Diffstat (limited to 'devel/p5-Class-Constant/Makefile')
-rw-r--r-- | devel/p5-Class-Constant/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/p5-Class-Constant/Makefile b/devel/p5-Class-Constant/Makefile index 4dac54436a72..f6ca268bc375 100644 --- a/devel/p5-Class-Constant/Makefile +++ b/devel/p5-Class-Constant/Makefile @@ -18,11 +18,4 @@ PERL_MODBUILD= yes MAN3= Class::Constant.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils -BUILD_DEPENDS= ${RUN_DEPENDS} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |