pkgsrc/www/p5-Apache-DBILogger/Makefile
wiz 8697a340c6 Initial import of p5-Apache-DBILogger-0.93, provided in pkg/12643
by Nathan Ahlstrom.
DESCR:
DBI is a database access Application Programming Interface (API)
for the Perl Language. The DBI API Specification defines a set
of functions, variables and conventions that provide a consistent
database interface independant of the actual database being used.
With this module you can now have your httpd (apache) logs redirected
into a database table for future querying.
2001-04-27 20:40:09 +00:00

22 lines
616 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 20:40:09 wiz Exp $
#
DISTNAME= Apache-DBILogger-0.93
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
MAINTAINER= packages@NetBSD.org
HOMEPAGE= http://ask.netcetera.dk/
COMMENT= Database-independent httpd database logging module
DEPENDS+= p5-Apache-DBILogConfig-*:../../www/p5-Apache-DBILogConfig
DEPENDS+= ap-DBI-*:../../www/ap-DBI
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/DBILogger/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"