diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-28 09:58:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-28 09:58:11 +0800 |
commit | 9706c9d91ac2893b47bd33eabb2c2115c1fa1855 (patch) | |
tree | 090f3d48f72492d2ef6e07aa168a2caaec6ca690 /www | |
parent | e83b5594af6f929f0ff9759619c8dceeeb6284b3 (diff) | |
download | freebsd-ports-gnome-9706c9d91ac2893b47bd33eabb2c2115c1fa1855.tar.gz freebsd-ports-gnome-9706c9d91ac2893b47bd33eabb2c2115c1fa1855.tar.zst freebsd-ports-gnome-9706c9d91ac2893b47bd33eabb2c2115c1fa1855.zip |
- Remove outdated PERL_LEVEL check
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Google-Code-Upload/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/p5-Google-Code-Upload/Makefile b/www/p5-Google-Code-Upload/Makefile index 4d159559b024..077d153b854c 100644 --- a/www/p5-Google-Code-Upload/Makefile +++ b/www/p5-Google-Code-Upload/Makefile @@ -23,10 +23,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |