diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-07-01 13:42:55 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-07-01 13:42:55 +0800 |
commit | 541bb1b19829f67b838713089822dc914b5dafa7 (patch) | |
tree | cc74d24d303456e4d015db3432cda18951f08cd9 /www | |
parent | d8dc14b0617d665d5f584cf814bab60208e33373 (diff) | |
download | freebsd-ports-gnome-541bb1b19829f67b838713089822dc914b5dafa7.tar.gz freebsd-ports-gnome-541bb1b19829f67b838713089822dc914b5dafa7.tar.zst freebsd-ports-gnome-541bb1b19829f67b838713089822dc914b5dafa7.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-AuthCookie/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Apache-DB/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Apache-GopherHandler/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Apache-ParseFormData/Makefile | 3 |
4 files changed, 7 insertions, 5 deletions
diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile index 2f84e1aa0991..06c748d78279 100644 --- a/www/p5-Apache-AuthCookie/Makefile +++ b/www/p5-Apache-AuthCookie/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A perl module to provide custom forms for reauthentication -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 +BUILD_DEPENDS= {APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 RUN_DEPENDS:= ${BUILD_DEPENDS} USE_APACHE= 20+ diff --git a/www/p5-Apache-DB/Makefile b/www/p5-Apache-DB/Makefile index f3c56b42fa9f..6e612af1a462 100644 --- a/www/p5-Apache-DB/Makefile +++ b/www/p5-Apache-DB/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Debugging and profiling tools for mod_perl -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 +RUN_DEPENDS= {APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 MAKE_JOBS_SAFE= yes diff --git a/www/p5-Apache-GopherHandler/Makefile b/www/p5-Apache-GopherHandler/Makefile index cdece5970641..a04ff122a9bc 100644 --- a/www/p5-Apache-GopherHandler/Makefile +++ b/www/p5-Apache-GopherHandler/Makefile @@ -15,11 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= toni.viemero@iki.fi COMMENT= Gopher protocol implementation for Apache2 -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \ - ${SITE_PERL}/Gopher/Server/ParseRequest.pm:${PORTSDIR}/net/p5-Gopher-Server +RUN_DEPENDS= {APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \ + p5-Gopher-Server>=0:${PORTSDIR}/net/p5-Gopher-Server BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_MODBUILD= yes +USE_APACHE= 20+ MAN3= Apache::GopherHandler.3 \ Apache::GopherHandler::TiedSocket.3 diff --git a/www/p5-Apache-ParseFormData/Makefile b/www/p5-Apache-ParseFormData/Makefile index 68b24f8a27ab..f69b13a896ba 100644 --- a/www/p5-Apache-ParseFormData/Makefile +++ b/www/p5-Apache-ParseFormData/Makefile @@ -15,10 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= nistor@snickers.org COMMENT= Module allows you to easily decode/parse form and query data -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 +BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +USE_APACHE= 20+ MAN3= Apache::ParseFormData.3 |