diff options
author | ale <ale@FreeBSD.org> | 2011-04-15 22:54:29 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-04-15 22:54:29 +0800 |
commit | a9e7f0c9caaaff5cfa69fc9251b32121c33a6038 (patch) | |
tree | e9f83ebf5bafa01fd001b389143f0cad7ed2856d /databases | |
parent | b0adec81dc6725a3d45fb1c2ab0847d5b8c24fed (diff) | |
download | freebsd-ports-gnome-a9e7f0c9caaaff5cfa69fc9251b32121c33a6038.tar.gz freebsd-ports-gnome-a9e7f0c9caaaff5cfa69fc9251b32121c33a6038.tar.zst freebsd-ports-gnome-a9e7f0c9caaaff5cfa69fc9251b32121c33a6038.zip |
Add php5-sqlite3 port, the SQLite3 extension for PHP.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/php5-sqlite3/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index d0ff15c79e43..e80130a0a94f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -570,6 +570,7 @@ SUBDIR += php5-redis SUBDIR += php5-rrdtool SUBDIR += php5-sqlite + SUBDIR += php5-sqlite3 SUBDIR += php5-sybase_ct SUBDIR += php52-dba SUBDIR += php52-dbase diff --git a/databases/php5-sqlite3/Makefile b/databases/php5-sqlite3/Makefile new file mode 100644 index 000000000000..39b0c7f16e16 --- /dev/null +++ b/databases/php5-sqlite3/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-sqlite3 +# Date created: 15 Apr 2011 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -sqlite3 + +.include "${MASTERDIR}/Makefile" |