diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-06-18 10:21:40 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-06-18 10:21:40 +0000 |
commit | f4368af50c59efa389ac315d498872d2c1afa832 (patch) | |
tree | 0f4a77d348409c6b1e8df9138803cf1deac3bd99 /www/p5-Apache-AuthTicket | |
parent | 19e0a331445dbafeee4e8f51c947d2d146b2241a (diff) | |
download | ports-f4368af50c59efa389ac315d498872d2c1afa832.tar.gz ports-f4368af50c59efa389ac315d498872d2c1afa832.zip |
Notes
Diffstat (limited to 'www/p5-Apache-AuthTicket')
-rw-r--r-- | www/p5-Apache-AuthTicket/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/p5-Apache-AuthTicket/Makefile b/www/p5-Apache-AuthTicket/Makefile index 853a3c533f73..72213bf47d7c 100644 --- a/www/p5-Apache-AuthTicket/Makefile +++ b/www/p5-Apache-AuthTicket/Makefile @@ -16,7 +16,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl modules that implement a cookie-based authentication system RUN_DEPENDS= ${SITE_PERL}/Apache/AuthCookie.pm:${PORTSDIR}/www/p5-Apache-AuthCookie \ - ${SITE_PERL}/SQL/Abstract.pm:${PORTSDIR}/databases/p5-SQL-Abstract + ${SITE_PERL}/SQL/Abstract.pm:${PORTSDIR}/databases/p5-SQL-Abstract \ + ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -29,10 +30,4 @@ MAN3= Apache::AuthTicket.3 Apache2::AuthTicket.3 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 .endif -.if ${PERL_LEVEL} < 500600 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 -.else -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -.endif - .include <bsd.port.post.mk> |