freebsd-ports/www/p5-Apache-DBI-mp2/Makefile
Philip M. Gollucci 10c1c1d224 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)
2008-08-28 18:30:27 +00:00

21 lines
512 B
Makefile

# 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"