mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
922dd6737a
databases/p5-ApacheDBI Redundant; we already have a ports/www/p5-Apache-DBI that is the same program. Maintainer did not know this when submitting the port. audio/ripit-atapi The functionality of this port has been incorporated into ports/audio/ripit. This port is no longer necessary. PR: 23259 Submitted by: maintainer
28 lines
808 B
Makefile
28 lines
808 B
Makefile
# New ports collection makefile for: p5-ApacheDBILogConfig
|
|
# Date created: November 22, 2000
|
|
# Whom: Donald Burr <dburr@FreeBSD.ORG>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Apache-DBILogConfig
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= databases www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Apache
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dburr@FreeBSD.ORG
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \
|
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
|
|
${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl
|
|
|
|
USE_PERL5= yes
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
|
|
PREFIX="${PREFIX}" CC="${CC}" CCFLAGS="${CFLAGS}"
|
|
|
|
.include <bsd.port.mk>
|