diff options
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/php5-pgsql/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 7b4de050ef54..d18e6395c479 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -228,6 +228,7 @@ SUBDIR += php5-odbc SUBDIR += php5-oracle SUBDIR += php5-pgsql + SUBDIR += php5-sqlite SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgis 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" |