diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-02 23:39:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-02 23:39:23 +0800 |
commit | 5dc89f5aeccfb04e9b94c08792fbd39e85ab3f3f (patch) | |
tree | e8c521db88a545573f4ffc463bf6f48b9b3736aa /www | |
parent | 935590e009786c593a58becfa7d3118e6934d258 (diff) | |
download | freebsd-ports-gnome-5dc89f5aeccfb04e9b94c08792fbd39e85ab3f3f.tar.gz freebsd-ports-gnome-5dc89f5aeccfb04e9b94c08792fbd39e85ab3f3f.tar.zst freebsd-ports-gnome-5dc89f5aeccfb04e9b94c08792fbd39e85ab3f3f.zip |
Remove outdated PERL_LEVEL check
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Request-Params/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/www/p5-HTTP-Request-Params/Makefile b/www/p5-HTTP-Request-Params/Makefile index 7789ac2a13ea..0063df0d7e36 100644 --- a/www/p5-HTTP-Request-Params/Makefile +++ b/www/p5-HTTP-Request-Params/Makefile @@ -13,7 +13,8 @@ COMMENT= Retrieve GET/POST Parameters from HTTP Requests LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor>=0.19:devel/p5-Class-Accessor \ +BUILD_DEPENDS= p5-CGI>=3:www/p5-CGI \ + p5-Class-Accessor>=0.19:devel/p5-Class-Accessor \ p5-Email-MIME-ContentType>=1:mail/p5-Email-MIME-ContentType \ p5-Email-MIME>=1.420:mail/p5-Email-MIME \ p5-HTTP-Message>=1.40:www/p5-HTTP-Message @@ -23,11 +24,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} >= 502200 -BUILD_DEPENDS+= p5-CGI>=3:www/p5-CGI -RUN_DEPENDS+= p5-CGI>=3:www/p5-CGI -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |