diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 18:23:34 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 18:23:34 +0000 |
commit | cb72249a320633d1627706fd3c5fee0263234250 (patch) | |
tree | 7649b1f5002c942331d22ad69679217a24b1ddf3 /www/p5-Apache-ParseFormData | |
parent | 41402c773dce3c776fcbda39133047961aa0bcec (diff) | |
download | ports-cb72249a320633d1627706fd3c5fee0263234250.tar.gz ports-cb72249a320633d1627706fd3c5fee0263234250.zip |
Notes
Diffstat (limited to 'www/p5-Apache-ParseFormData')
-rw-r--r-- | www/p5-Apache-ParseFormData/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Apache-ParseFormData/Makefile b/www/p5-Apache-ParseFormData/Makefile index cb07f867ffa5..e511433cbc49 100644 --- a/www/p5-Apache-ParseFormData/Makefile +++ b/www/p5-Apache-ParseFormData/Makefile @@ -18,7 +18,8 @@ COMMENT= Module allows you to easily decode/parse form and query data BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_APACHE= 22+ MAN3= Apache::ParseFormData.3 |