freebsd-ports/www/p5-Apache-DBI-mp1/Makefile
Philip M. Gollucci abf5b5ffc0 - Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
2009-05-16 06:27:56 +00:00

21 lines
518 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)
MAKE_JOBS_SAFE= yes
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"