summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/php4-pgsql/Makefile13
-rw-r--r--www/php4-pgsql/pkg/COMMENT1
-rw-r--r--www/php4-pgsql/pkg/DESCR2
3 files changed, 16 insertions, 0 deletions
diff --git a/www/php4-pgsql/Makefile b/www/php4-pgsql/Makefile
new file mode 100644
index 00000000000..d4b54a877cc
--- /dev/null
+++ b/www/php4-pgsql/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 09:21:20 jlam Exp $
+
+.include "../../www/php4/Makefile.module"
+
+MODNAME= pgsql
+CATEGORIES+= databases
+
+DEPENDS+= postgresql>=6.5.3:../../databases/postgresql
+
+EVAL_PREFIX+= PGSQLDIR=postgresql
+CONFIGURE_ARGS+= --with-${MODNAME}=shared,${PGSQLDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/php4-pgsql/pkg/COMMENT b/www/php4-pgsql/pkg/COMMENT
new file mode 100644
index 00000000000..aea1155c298
--- /dev/null
+++ b/www/php4-pgsql/pkg/COMMENT
@@ -0,0 +1 @@
+PHP4 extension for PostgreSQL databases
diff --git a/www/php4-pgsql/pkg/DESCR b/www/php4-pgsql/pkg/DESCR
new file mode 100644
index 00000000000..fd57010fd09
--- /dev/null
+++ b/www/php4-pgsql/pkg/DESCR
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides PHP4 access to PostgreSQL databases.