diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-02-09 08:43:34 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-02-09 08:43:34 +0000 |
commit | fe22f6b78b11b4b5f9b1da9ad4044fd740454bd0 (patch) | |
tree | 8e475ef213ccc80048aa50d8d3d3cf3d47ac6ca6 | |
parent | 86d5f419cc4efc8277c2412095aad700da07e71c (diff) |
Notes
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/php5-pdo_pgsql/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index e42595f5dcef..86120d028286 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -373,6 +373,7 @@ SUBDIR += php5-pdo_mysql SUBDIR += php5-pdo_oci SUBDIR += php5-pdo_odbc + SUBDIR += php5-pdo_pgsql SUBDIR += php5-pdo_sqlite SUBDIR += php5-pgsql SUBDIR += php5-propel diff --git a/databases/php5-pdo_pgsql/Makefile b/databases/php5-pdo_pgsql/Makefile new file mode 100644 index 000000000000..f8afb5c012b2 --- /dev/null +++ b/databases/php5-pdo_pgsql/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-pdo_pgsql +# Date created: 7 Feb 2007 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -pdo_pgsql + +.include "${MASTERDIR}/Makefile" |