diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-06 07:25:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-06 07:25:21 +0800 |
commit | 24e54d8dd6d9c43c90aaf1f37990292b6057a1ae (patch) | |
tree | a165198fb812ac56839cc782d87d9a8c5adfd06c | |
parent | 7b8a2cd5dd447724738b04c26748810f210b90d1 (diff) | |
download | freebsd-ports-gnome-24e54d8dd6d9c43c90aaf1f37990292b6057a1ae.tar.gz freebsd-ports-gnome-24e54d8dd6d9c43c90aaf1f37990292b6057a1ae.tar.zst freebsd-ports-gnome-24e54d8dd6d9c43c90aaf1f37990292b6057a1ae.zip |
Remove outdated PERL_LEVEL check
With hat: perl
-rw-r--r-- | lang/p5-Try-Tiny/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/p5-Try-Tiny/Makefile b/lang/p5-Try-Tiny/Makefile index a0ad0298d8d7..562f41a6cd62 100644 --- a/lang/p5-Try-Tiny/Makefile +++ b/lang/p5-Try-Tiny/Makefile @@ -18,10 +18,4 @@ TEST_DEPENDS= p5-Capture-Tiny>=0.12:devel/p5-Capture-Tiny USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502104 -TEST_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |