diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 07:54:59 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 07:54:59 +0000 |
commit | b9c8bc30a6aaf3a235fde678bdd41b30c2ba5324 (patch) | |
tree | ebf21fbf1b9f753a8ca007554abc9d8cc8f3744f | |
parent | 7d404a80926179bdfe3fb419c84747b96c69eb67 (diff) |
Notes
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/php4-pgsql/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 3b29a2e89e7c..aa49e99d3285 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -215,6 +215,7 @@ SUBDIR += php4-odbc SUBDIR += php4-oracle SUBDIR += php4-pgsql + SUBDIR += php4-sybase SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgis diff --git a/databases/php4-pgsql/Makefile b/databases/php4-pgsql/Makefile new file mode 100644 index 000000000000..136fe8b265c9 --- /dev/null +++ b/databases/php4-pgsql/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-pgsql +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -pgsql + +.include "${MASTERDIR}/Makefile" |