diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-05 16:28:12 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-05 16:28:12 +0000 |
commit | 20894176ea051e6a60826338243f67a214b2b8e1 (patch) | |
tree | 5fb3e39472ec160bd1bd86a2b935017a688242d1 /www/p5-Apache-DBI/Makefile | |
parent | 0a4c2797730cd9f6b1d6192aacddbb86178b07df (diff) | |
download | ports-20894176ea051e6a60826338243f67a214b2b8e1.tar.gz ports-20894176ea051e6a60826338243f67a214b2b8e1.zip |
Notes
Diffstat (limited to 'www/p5-Apache-DBI/Makefile')
-rw-r--r-- | www/p5-Apache-DBI/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/www/p5-Apache-DBI/Makefile b/www/p5-Apache-DBI/Makefile index 40a09621d83b..fdd774f517b1 100644 --- a/www/p5-Apache-DBI/Makefile +++ b/www/p5-Apache-DBI/Makefile @@ -14,12 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT?= DBI persistent connection, authentication and authorization -SLAVEDIRS= www/p5-Apache-DBI-mp2 - BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 RUN_DEPENDS:= ${BUILD_DEPENDS} +CONFLICTS= p5-Apache-DBI-mp[12]* + MAKE_JOBS_SAFE= yes MAN3= Apache::DBI.3 Apache::AuthDBI.3 @@ -29,12 +29,6 @@ USE_APACHE?= 20+ .include <bsd.port.pre.mk> -# prevent from direct including -# ports should use one of the SLAVEPORTS -.if !defined(PKGNAMESUFFIX) -IGNORE= use ${SLAVEDIRS} instead -.endif - PLIST_FILES= %%SITE_PERL%%/Apache/DBI.pm \ %%SITE_PERL%%/Apache/AuthDBI.pm \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DBI/.packlist |