940b93d1fc
- Use PLIST_DIRSTRY: other p5-Apache-* also require %%SITE_PERL%%/Apache and %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache - Space/Tab twiddle Changes: http://search.cpan.org/dist/Apache-DBI/Changes
24 lines
550 B
Makefile
24 lines
550 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
|
|
|
|
WITH_MODPERL= yes
|
|
USE_APACHE= 13
|
|
|
|
.include "${MASTERDIR}/Makefile"
|