diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/php52-pdo_pgsql/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 6ed776784444..94e2b841151b 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -531,6 +531,7 @@ SUBDIR += php52-pdo_oci SUBDIR += php52-pdo_odbc SUBDIR += php52-pdo_pgsql + SUBDIR += php52-pdo_sqlite SUBDIR += phpminiadmin SUBDIR += phpmyadmin SUBDIR += phpmyadmin211 diff --git a/databases/php52-pdo_pgsql/Makefile b/databases/php52-pdo_pgsql/Makefile new file mode 100644 index 000000000000..7765bf4c30c2 --- /dev/null +++ b/databases/php52-pdo_pgsql/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-pdo_pgsql +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -pdo_pgsql + +.include "${MASTERDIR}/Makefile" |