diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2008-08-29 02:30:27 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2008-08-29 02:30:27 +0800 |
commit | 223c6b0542db41e3ad30f04d43becea74cf5739e (patch) | |
tree | b1e1ec8a41b8e3619cd9f29bdda6cec5d2743441 /www/p5-Apache-DBI-mp2 | |
parent | 1aa0e9cbd4b0eb00cf87964a56b4a00e2e0888d3 (diff) | |
download | freebsd-ports-gnome-223c6b0542db41e3ad30f04d43becea74cf5739e.tar.gz freebsd-ports-gnome-223c6b0542db41e3ad30f04d43becea74cf5739e.tar.zst freebsd-ports-gnome-223c6b0542db41e3ad30f04d43becea74cf5739e.zip |
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)
Diffstat (limited to 'www/p5-Apache-DBI-mp2')
-rw-r--r-- | www/p5-Apache-DBI-mp2/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
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 <pgollucci@p6m7g8.com> +# +# $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" |