aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-02-18 23:13:12 +0800
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-02-18 23:13:12 +0800
commit925a21c6b2c66aa51d04b0691325cb9466b01539 (patch)
tree439169e60c8f503be31ad63c158d8b163419b8c6 /devel
parentd68181d0ffc78286c6324a1301a201b8d6c31a7a (diff)
downloadfreebsd-ports-gnome-925a21c6b2c66aa51d04b0691325cb9466b01539.tar.gz
freebsd-ports-gnome-925a21c6b2c66aa51d04b0691325cb9466b01539.tar.zst
freebsd-ports-gnome-925a21c6b2c66aa51d04b0691325cb9466b01539.zip
Add php5-json , the json shared extension for php.
PR: ports/108918 Submitted by: chinsan
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/php5-json/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index b559be353a25..ab8fb4b1d525 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1676,6 +1676,7 @@
SUBDIR += php4-sysvshm
SUBDIR += php4-tokenizer
SUBDIR += php5-gettext
+ SUBDIR += php5-json
SUBDIR += php5-ncurses
SUBDIR += php5-pcntl
SUBDIR += php5-pcre
diff --git a/devel/php5-json/Makefile b/devel/php5-json/Makefile
new file mode 100644
index 000000000000..9d82c964a1e3
--- /dev/null
+++ b/devel/php5-json/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-json
+# Date created: 3007/02/08
+# Whom: chinsan
+#
+# $FreeBSD$
+#
+
+CATEGORIES= devel
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -json
+
+.include "${MASTERDIR}/Makefile"