1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/databases/p5-ApacheDBILogger/Makefile
Maxim Sobolev 922dd6737a Nuke databases/p5-ApacheDBI and audio/ripit-atapi.
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
2000-12-04 09:52:11 +00:00

31 lines
878 B
Makefile

# New ports collection makefile for: p5-ApacheDBILogger
# Date created: November 22, 2000
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
# $FreeBSD$
#
PORTNAME= Apache-DBILogger
PORTVERSION= 0.93
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
MAN3= Apache::DBILogger.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
PREFIX="${PREFIX}" CC="${CC}" CCFLAGS="${CFLAGS}"
.include <bsd.port.mk>