- Fix mod_perl2 deps

This commit is contained in:
Andrej Zverev 2012-06-07 19:29:57 +00:00
parent fdac1dea0f
commit d6652e263f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298707

View File

@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl modules that implement a cookie-based authentication system
BUILD_DEPENDS= mod_perl2>=0:${PORTSDIR}/www/mod_perl2
RUN_DEPENDS= mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \
BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2
RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \
p5-CGI.pm>=3.12:${PORTSDIR}/www/p5-CGI.pm \
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \