diff options
-rw-r--r-- | textproc/p5-Perl-MinimumVersion/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/p5-Perl-MinimumVersion/Makefile b/textproc/p5-Perl-MinimumVersion/Makefile index 7a4cc9d6eb9b..5a77c57b65cb 100644 --- a/textproc/p5-Perl-MinimumVersion/Makefile +++ b/textproc/p5-Perl-MinimumVersion/Makefile @@ -27,8 +27,4 @@ MAN3= Perl::MinimumVersion.3 post-patch: @${PERL} -pi -e '$$_="" if m/Test::/' ${WRKSRC}/Makefile.PL -.include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.20:${PORTSDIR}/lang/p5-Scalar-List-Utils -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |