diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-23 14:47:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-23 14:47:31 +0800 |
commit | 21db3377bd23cf88006033187ec219fcadf36ca3 (patch) | |
tree | 031bfbc469983d94af611f78b05abca76f2d0678 | |
parent | 3241ff01d36d84783439253138dafd54215dc44d (diff) | |
download | freebsd-ports-graphics-21db3377bd23cf88006033187ec219fcadf36ca3.tar.gz freebsd-ports-graphics-21db3377bd23cf88006033187ec219fcadf36ca3.tar.zst freebsd-ports-graphics-21db3377bd23cf88006033187ec219fcadf36ca3.zip |
- Remove outdated PERL_LEVEL check
-rw-r--r-- | devel/p5-CPAN-Meta-Requirements/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/p5-CPAN-Meta-Requirements/Makefile b/devel/p5-CPAN-Meta-Requirements/Makefile index 032894ee031..3a27fb7c4b4 100644 --- a/devel/p5-CPAN-Meta-Requirements/Makefile +++ b/devel/p5-CPAN-Meta-Requirements/Makefile @@ -18,10 +18,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -TEST_DEPENDS+= p5-CPAN-Meta>=2.120900:devel/p5-CPAN-Meta -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |