diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 17:17:22 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 17:17:22 +0000 |
commit | b9b4157f60f094627436e828086d504cbf1bba92 (patch) | |
tree | 6862ca7598b506a946beaf3e2cbed0947dd64e6a /www/p5-Apache-AuthTicket | |
parent | 235b4458e31c1bd16f2db6c015e1d680929d9f7c (diff) | |
download | ports-b9b4157f60f094627436e828086d504cbf1bba92.tar.gz ports-b9b4157f60f094627436e828086d504cbf1bba92.zip |
Notes
Diffstat (limited to 'www/p5-Apache-AuthTicket')
-rw-r--r-- | www/p5-Apache-AuthTicket/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-AuthTicket/Makefile b/www/p5-Apache-AuthTicket/Makefile index e908daceaa9f..5c317c65cf80 100644 --- a/www/p5-Apache-AuthTicket/Makefile +++ b/www/p5-Apache-AuthTicket/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl modules that implement a cookie-based authentication system -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \ +BUILD_DEPENDS= mod_perl2>=0:${PORTSDIR}/www/mod_perl2 +RUN_DEPENDS= 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 \ |