From 223c6b0542db41e3ad30f04d43becea74cf5739e Mon Sep 17 00:00:00 2001 From: pgollucci Date: Thu, 28 Aug 2008 18:30:27 +0000 Subject: DEPENDS_ARGS doesn't work with packages and even if it did WITH_MODPERL2 / WITH_MODPERL is not handled correctly so the depency list for upcomming www/rt38 is way off. As such, we've split this port into MASTER (www/p5-Apache-DBI) and SLAVES (www/p5-Apache-DBI-mp1) and (www/p5-Apache-DBI-mp2). While here, cleanup the MASTER port a little - spell out the RUN_DEPENDS - remove USE_APACHE and let www/mod_perl* deal with it - pull the plist into Makefile Bump PORTREVISION Discussed with: pav on #bsdports Approved by: gabor (mentor) --- www/p5-Apache-DBI-mp2/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 www/p5-Apache-DBI-mp2/Makefile (limited to 'www/p5-Apache-DBI-mp2') diff --git a/www/p5-Apache-DBI-mp2/Makefile b/www/p5-Apache-DBI-mp2/Makefile new file mode 100644 index 000000000000..698373d77e89 --- /dev/null +++ b/www/p5-Apache-DBI-mp2/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Apache-DBI-mp2 +# Date created: 28 Aug 2008 +# Whom: Philip M. Gollucci +# +# $FreeBSD$ +# + +PORTNAME= Apache-DBI +PKGNAMESUFFIX= -mp2 + +COMMENT= DBI persistent connection, authentication and authorization (mp2) + +MASTERDIR= ${.CURDIR}/../p5-Apache-DBI + +.if defined(WITH_MODPERL) || defined(WITHOUT_MODPERL2) +IGNORE= This port is only for use with www/mod_perl2 +.endif + +WITH_MODPERL2= yes + +.include "${MASTERDIR}/Makefile" -- cgit