diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-16 20:43:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-16 20:43:10 +0000 |
commit | b0991e2050741971cec3eb5930b7d4a51d3468dc (patch) | |
tree | 4ebbf42165a834a4fc6453ae1d14ec2b247a0e00 /databases | |
parent | 6cfb7118333493c7fa5aec7f505eecd806ad1f03 (diff) | |
download | pkgsrc-b0991e2050741971cec3eb5930b7d4a51d3468dc.tar.gz |
Initial import of p5-Apache-DBI, provided by Sergey Svishchev in pkg/17286.
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).
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Apache-DBI/DESCR | 5 | ||||
-rw-r--r-- | databases/p5-Apache-DBI/Makefile | 23 | ||||
-rw-r--r-- | databases/p5-Apache-DBI/PLIST | 1 | ||||
-rw-r--r-- | databases/p5-Apache-DBI/distinfo | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/databases/p5-Apache-DBI/DESCR b/databases/p5-Apache-DBI/DESCR new file mode 100644 index 00000000000..5a05d6a5f41 --- /dev/null +++ b/databases/p5-Apache-DBI/DESCR @@ -0,0 +1,5 @@ +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). diff --git a/databases/p5-Apache-DBI/Makefile b/databases/p5-Apache-DBI/Makefile new file mode 100644 index 00000000000..8215ce1b2e2 --- /dev/null +++ b/databases/p5-Apache-DBI/Makefile @@ -0,0 +1,23 @@ +# $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" diff --git a/databases/p5-Apache-DBI/PLIST b/databases/p5-Apache-DBI/PLIST new file mode 100644 index 00000000000..47433c1ea2f --- /dev/null +++ b/databases/p5-Apache-DBI/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/16 20:43:10 wiz Exp $ diff --git a/databases/p5-Apache-DBI/distinfo b/databases/p5-Apache-DBI/distinfo new file mode 100644 index 00000000000..ef455842041 --- /dev/null +++ b/databases/p5-Apache-DBI/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/16 20:43:10 wiz Exp $ + +SHA1 (ApacheDBI-0.88.tar.gz) = 1a4486be05d346eacb75901e240947de346cb73c +Size (ApacheDBI-0.88.tar.gz) = 25336 bytes |