freebsd-ports/www/p5-Apache-DBI-mp1/Makefile
Sunpoet Po-Chuan Hsieh 940b93d1fc - Update to 1.10
- 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
2011-06-12 01:14:14 +00:00

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"