diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-13 00:37:53 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-13 00:37:53 +0800 |
commit | b8c79976fce75bf7fc287068a331174d6d61de0b (patch) | |
tree | 00ccf7c4445a5f2e0adfbc704d454d49df524e8d /dns/p5-Data-Validate-Domain | |
parent | e9e3bca23d03cf7dcf9348c8bd56a5ceb5e945dd (diff) | |
download | freebsd-ports-gnome-b8c79976fce75bf7fc287068a331174d6d61de0b.tar.gz freebsd-ports-gnome-b8c79976fce75bf7fc287068a331174d6d61de0b.tar.zst freebsd-ports-gnome-b8c79976fce75bf7fc287068a331174d6d61de0b.zip |
Remove outdated PERL_LEVEL check
Diffstat (limited to 'dns/p5-Data-Validate-Domain')
-rw-r--r-- | dns/p5-Data-Validate-Domain/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dns/p5-Data-Validate-Domain/Makefile b/dns/p5-Data-Validate-Domain/Makefile index 3e3ea28bf2c5..e0f945d241e7 100644 --- a/dns/p5-Data-Validate-Domain/Makefile +++ b/dns/p5-Data-Validate-Domain/Makefile @@ -22,10 +22,4 @@ USE_PERL5= configure NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502600 -TEST_DEPENDS+= p5-Test-Simple>=1.302015:devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |