summaryrefslogtreecommitdiff
path: root/databases/php5-pgsql
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 08:58:44 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 08:58:44 +0000
commitc3eac627bdad912e013b6fbc5df9778280ffbfce (patch)
treecef11ca9590942c1fcfb6d6c3c7dcbba812a6aae /databases/php5-pgsql
parentAdd a new shared extension for PHP. (diff)
Add a new shared extension for PHP.
Notes
Notes: svn path=/head/; revision=114109
Diffstat (limited to 'databases/php5-pgsql')
-rw-r--r--databases/php5-pgsql/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/php5-pgsql/Makefile b/databases/php5-pgsql/Makefile
new file mode 100644
index 000000000000..a34252804bc2
--- /dev/null
+++ b/databases/php5-pgsql/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-pgsql
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= databases
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -pgsql
+
+.include "${MASTERDIR}/Makefile"