diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-07-03 19:59:13 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-07-03 19:59:13 +0000 |
commit | 116a1a818c0ddb367264401bebdd03bbd4ff4e1f (patch) | |
tree | 9667ad5a866c278d1f0c31709b51ba8805ff059e /www/p5-Apache-DBI | |
parent | 26360ed531a1286fe9030a1eb5b4027732d4b09f (diff) | |
download | ports-116a1a818c0ddb367264401bebdd03bbd4ff4e1f.tar.gz ports-116a1a818c0ddb367264401bebdd03bbd4ff4e1f.zip |
Notes
Diffstat (limited to 'www/p5-Apache-DBI')
-rw-r--r-- | www/p5-Apache-DBI/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/www/p5-Apache-DBI/Makefile b/www/p5-Apache-DBI/Makefile index ef929e5dba89..d0874bf202cd 100644 --- a/www/p5-Apache-DBI/Makefile +++ b/www/p5-Apache-DBI/Makefile @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@p6m7g8.com COMMENT= DBI persistent connection, authentication and authorization +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI + MAN3= Apache::DBI.3 Apache::AuthDBI.3 PERL_CONFIGURE= yes @@ -34,12 +37,4 @@ BUILD_DEPENDS+= ${RUN_DEPENDS} BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple .endif -.if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 -.else -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -.endif - .include <bsd.port.post.mk> |