b0991e2050
DESCR: Apache::AuthDBI.pm and Apache::DBI.pm are supposed to be used with the Apache server together with an embedded perl interpreter like mod_perl. They provide support for basic authentication and authorization as well as support for persistent database connections via Perl's Database Independent Interface (DBI).
23 lines
635 B
Makefile
23 lines
635 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/06/16 20:43:10 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= ApacheDBI-0.88
|
|
PKGNAME= p5-Apache-DBI-0.88
|
|
SVR4_PKGNAME= p5adb
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.symbolstone.org/technology/perl/DBI/index.html
|
|
COMMENT= DBI support for Apache+mod_perl
|
|
|
|
DEPENDS+= p5-DBI>=1.13:../../databases/p5-DBI
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/DBI/.packlist
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include "../../lang/perl5/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|