diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-08-06 03:06:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-08-06 03:06:53 +0800 |
commit | f2eff8c788c9139fc78ff83c240dfdfeabc2b9f3 (patch) | |
tree | 357d353ea47d3c4df074a52092832c27a91315bc /net | |
parent | c36899bd68005c4f589fa1240109bca35c12d6ea (diff) | |
download | freebsd-ports-gnome-f2eff8c788c9139fc78ff83c240dfdfeabc2b9f3.tar.gz freebsd-ports-gnome-f2eff8c788c9139fc78ff83c240dfdfeabc2b9f3.tar.zst freebsd-ports-gnome-f2eff8c788c9139fc78ff83c240dfdfeabc2b9f3.zip |
Remove outdated PERL_LEVEL check
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-MaxMind-DB-Reader/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/p5-MaxMind-DB-Reader/Makefile b/net/p5-MaxMind-DB-Reader/Makefile index f9dba5ed618e..cfbd74dc5bec 100644 --- a/net/p5-MaxMind-DB-Reader/Makefile +++ b/net/p5-MaxMind-DB-Reader/Makefile @@ -36,10 +36,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502300 -TEST_DEPENDS+= p5-Scalar-List-Utils>=1.42:lang/p5-Scalar-List-Utils -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |