diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-06-07 07:15:16 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-06-07 07:15:16 +0000 |
commit | c57958cdec40bffccbdfa49bfe77133468f1c3f4 (patch) | |
tree | b8d702dfbed870904c88e6121cfeaa730315315b /textproc/p5-Perl-MinimumVersion/Makefile | |
parent | c239759660f5974716a66b5bfbc79adc7302c054 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Perl-MinimumVersion/Makefile')
-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> |