freebsd-ports/www/p5-Apache-DBI-mp1/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

19 lines
496 B
Makefile

# New ports collection makefile for: p5-Apache-DBI-mp1
# Date created: 28 Aug 2008
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
#
PORTNAME= Apache-DBI
PKGNAMESUFFIX= -mp1
COMMENT= DBI persistent connection, authentication and authorization (mp1)
MASTERDIR= ${.CURDIR}/../p5-Apache-DBI
.if defined(WITH_MODPERL2) || defined(WITHOUT_MODPERL)
IGNORE= This port is only for use with www/mod_perl
.endif
.include "${MASTERDIR}/Makefile"