diff options
Diffstat (limited to 'devel/p5-Scalar-Does/Makefile')
-rw-r--r-- | devel/p5-Scalar-Does/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/p5-Scalar-Does/Makefile b/devel/p5-Scalar-Does/Makefile index f84bd1b61e0f..77c615be0914 100644 --- a/devel/p5-Scalar-Does/Makefile +++ b/devel/p5-Scalar-Does/Makefile @@ -33,11 +33,4 @@ CONFLICTS_INSTALL= p5-IO-Detect-[0-9]* USE_PERL5= configure USES= perl5 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501601 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.24:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.24:${PORTSDIR}/lang/p5-Scalar-List-Utils -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |