summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-postgresql
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2000-02-19 23:43:23 +0000
committerjwise <jwise@pkgsrc.org>2000-02-19 23:43:23 +0000
commitabd4c68fab6b81ef656e0316b5042efaae83fc3a (patch)
treec89d594ad6af52ac574fecc0e2343e88021ecd7b /databases/p5-DBD-postgresql
parentb698458f43240668bb2d25a73ea14180c4a70329 (diff)
downloadpkgsrc-abd4c68fab6b81ef656e0316b5042efaae83fc3a.tar.gz
Initial import of p5-DBD-postgresql-0.93, the DBD/DBI driver for Postgresql.
Diffstat (limited to 'databases/p5-DBD-postgresql')
-rw-r--r--databases/p5-DBD-postgresql/Makefile26
-rw-r--r--databases/p5-DBD-postgresql/files/md53
-rw-r--r--databases/p5-DBD-postgresql/pkg/COMMENT1
-rw-r--r--databases/p5-DBD-postgresql/pkg/DESCR1
-rw-r--r--databases/p5-DBD-postgresql/pkg/PLIST-md.shared5
-rw-r--r--databases/p5-DBD-postgresql/pkg/PLIST-md.static5
-rw-r--r--databases/p5-DBD-postgresql/pkg/PLIST-mi5
7 files changed, 46 insertions, 0 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile
new file mode 100644
index 00000000000..8b1db696800
--- /dev/null
+++ b/databases/p5-DBD-postgresql/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/02/19 23:43:23 jwise Exp $
+#
+
+DISTNAME= DBD-Pg-0.93
+PKGNAME= p5-DBD-postgresql-0.93
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
+
+MAINTAINER= jwise@netbsd.org
+HOMEPAGE= http://www.postgresql.org/
+
+DEPENDS+= postgresql-6.5.3:../../databases/postgresql
+DEPENDS+= p5-DBI-1.08:../../databases/p5-DBI
+
+USE_PERL5= YES
+
+PGUSER?= pgsql
+PGPREFIX= ${PREFIX}/${PGUSER}
+
+CONFIGURE_ENV+= POSTGRES_INCLUDE=${PGPREFIX}/include
+CONFIGURE_ENV+= POSTGRES_LIB=${PGPREFIX}/lib
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ${LOCALBASE}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/p5-DBD-postgresql/files/md5 b/databases/p5-DBD-postgresql/files/md5
new file mode 100644
index 00000000000..51dd665e60a
--- /dev/null
+++ b/databases/p5-DBD-postgresql/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/02/19 23:43:24 jwise Exp $
+
+MD5 (DBD-Pg-0.93.tar.gz) = 4ba4751ce0edc4275760bdb9ed27c945
diff --git a/databases/p5-DBD-postgresql/pkg/COMMENT b/databases/p5-DBD-postgresql/pkg/COMMENT
new file mode 100644
index 00000000000..7bb66b0db49
--- /dev/null
+++ b/databases/p5-DBD-postgresql/pkg/COMMENT
@@ -0,0 +1 @@
+perl DBI/DBD driver for PostgreSQL databases
diff --git a/databases/p5-DBD-postgresql/pkg/DESCR b/databases/p5-DBD-postgresql/pkg/DESCR
new file mode 100644
index 00000000000..5787cb6f537
--- /dev/null
+++ b/databases/p5-DBD-postgresql/pkg/DESCR
@@ -0,0 +1 @@
+DBD::Pg is the DBI/DBD database-dependent driver for PostgreSQL.
diff --git a/databases/p5-DBD-postgresql/pkg/PLIST-md.shared b/databases/p5-DBD-postgresql/pkg/PLIST-md.shared
new file mode 100644
index 00000000000..f12a6eb7d11
--- /dev/null
+++ b/databases/p5-DBD-postgresql/pkg/PLIST-md.shared
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST-md.shared,v 1.1.1.1 2000/02/19 23:43:24 jwise Exp $
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/Pg/Pg.bs
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/Pg/Pg.so
+lib/perl5/site_perl/i386-netbsd/auto/DBD/Pg/.packlist
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/Pg
diff --git a/databases/p5-DBD-postgresql/pkg/PLIST-md.static b/databases/p5-DBD-postgresql/pkg/PLIST-md.static
new file mode 100644
index 00000000000..5b23168e760
--- /dev/null
+++ b/databases/p5-DBD-postgresql/pkg/PLIST-md.static
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST-md.static,v 1.1.1.1 2000/02/19 23:43:24 jwise Exp $
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/Pg/Pg.a
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/Pg/extralibs.ld
+lib/perl5/site_perl/i386-netbsd/auto/DBD/Pg/.packlist
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/Pg
diff --git a/databases/p5-DBD-postgresql/pkg/PLIST-mi b/databases/p5-DBD-postgresql/pkg/PLIST-mi
new file mode 100644
index 00000000000..23fd26fc716
--- /dev/null
+++ b/databases/p5-DBD-postgresql/pkg/PLIST-mi
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST-mi,v 1.1.1.1 2000/02/19 23:43:24 jwise Exp $
+lib/perl5/site_perl/./DBD/Pg.pm
+lib/perl5/site_perl/./DBD/dbd-pg.pod
+lib/perl5/man/man3/./DBD::Pg.3
+lib/perl5/man/man3/./DBD::dbd-pg.3