diff options
Diffstat (limited to 'devel/p5-Object-Array/Makefile')
-rw-r--r-- | devel/p5-Object-Array/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/p5-Object-Array/Makefile b/devel/p5-Object-Array/Makefile index de8866b5d397..a62666c8bc70 100644 --- a/devel/p5-Object-Array/Makefile +++ b/devel/p5-Object-Array/Makefile @@ -25,10 +25,4 @@ PERL_CONFIGURE= yes MAN3= Object::Array.3 Object::Array::Plugin::Builtins.3 \ Object::Array::Plugin::ListMoreUtils.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 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |