diff options
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/php5-pdo_sqlite/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 5c91fdda5b07..ceb6d54194db 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -368,6 +368,7 @@ SUBDIR += php5-oci8 SUBDIR += php5-odbc SUBDIR += php5-pdo + SUBDIR += php5-pdo_sqlite SUBDIR += php5-pgsql SUBDIR += php5-propel SUBDIR += php5-sqlite diff --git a/databases/php5-pdo_sqlite/Makefile b/databases/php5-pdo_sqlite/Makefile new file mode 100644 index 000000000000..f3f2abc1c324 --- /dev/null +++ b/databases/php5-pdo_sqlite/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-pdo_sqlite +# Date created: 7 Feb 2007 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -pdo_sqlite + +.include "${MASTERDIR}/Makefile" |