blob: 9ab74d71c596a27f5a91719f9953d999a5b55a78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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)
MAKE_JOBS_SAFE= yes
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"
|