summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2002-06-16 20:43:10 +0000
committerwiz <wiz>2002-06-16 20:43:10 +0000
commitaca44a478fcea8b79688a9236717b0bb9d71e9f5 (patch)
tree4ebbf42165a834a4fc6453ae1d14ec2b247a0e00
parentd4326b4927fd7d9c51ad2fb735cad51281f41bd8 (diff)
downloadpkgsrc-aca44a478fcea8b79688a9236717b0bb9d71e9f5.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).
-rw-r--r--databases/p5-Apache-DBI/DESCR5
-rw-r--r--databases/p5-Apache-DBI/Makefile23
-rw-r--r--databases/p5-Apache-DBI/PLIST1
-rw-r--r--databases/p5-Apache-DBI/distinfo4
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