diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-07 02:51:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-07 02:51:17 +0800 |
commit | 2afa6b458e1d78950cf9ff7165cb16e7674ee396 (patch) | |
tree | 57214bac9c97d5967918fa5d36a4696adeb3577e /www/p5-Web-Query/Makefile | |
parent | ee7a7882810a776df003c6efefa4b63bee126750 (diff) | |
download | freebsd-ports-gnome-2afa6b458e1d78950cf9ff7165cb16e7674ee396.tar.gz freebsd-ports-gnome-2afa6b458e1d78950cf9ff7165cb16e7674ee396.tar.zst freebsd-ports-gnome-2afa6b458e1d78950cf9ff7165cb16e7674ee396.zip |
- Remove outdated PERL_LEVEL check
With hat: perl
Diffstat (limited to 'www/p5-Web-Query/Makefile')
-rw-r--r-- | www/p5-Web-Query/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/p5-Web-Query/Makefile b/www/p5-Web-Query/Makefile index 6e0830fd342d..353d0d24a413 100644 --- a/www/p5-Web-Query/Makefile +++ b/www/p5-Web-Query/Makefile @@ -19,10 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |