diff options
-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> |