diff options
author | az <az@FreeBSD.org> | 2013-06-07 15:15:16 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-06-07 15:15:16 +0800 |
commit | 578447a05613693c4b7e65e695f795ae51a04c03 (patch) | |
tree | b8d702dfbed870904c88e6121cfeaa730315315b /textproc | |
parent | 8d4f0cf241ed2e3d81abdbcb2bd80701ff52540c (diff) | |
download | freebsd-ports-gnome-578447a05613693c4b7e65e695f795ae51a04c03.tar.gz freebsd-ports-gnome-578447a05613693c4b7e65e695f795ae51a04c03.tar.zst freebsd-ports-gnome-578447a05613693c4b7e65e695f795ae51a04c03.zip |
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178909
Submitted by: az
Approved by: maintainer (timeout)
Diffstat (limited to 'textproc')
-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> |