aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-04-24 06:27:15 +0800
committerdinoex <dinoex@FreeBSD.org>2010-04-24 06:27:15 +0800
commit4cb581deda48d729b52841ec7b462fc56835f751 (patch)
tree76320bbeab137d99b96881a652ce02ff9130ead1 /devel
parente31bdca8b45a588f5dd0e8381dc0e5166fc688a2 (diff)
downloadfreebsd-ports-gnome-4cb581deda48d729b52841ec7b462fc56835f751.tar.gz
freebsd-ports-gnome-4cb581deda48d729b52841ec7b462fc56835f751.tar.zst
freebsd-ports-gnome-4cb581deda48d729b52841ec7b462fc56835f751.zip
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/php52-tokenizer/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index e956b094b1fd..135e50168076 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2477,6 +2477,7 @@
SUBDIR += php52-readline
SUBDIR += php52-shmop
SUBDIR += php52-spl
+ SUBDIR += php52-sysvmsg
SUBDIR += php52-tokenizer
SUBDIR += phpbt
SUBDIR += phptags
diff --git a/devel/php52-tokenizer/Makefile b/devel/php52-tokenizer/Makefile
new file mode 100644
index 000000000000..2eae3bf5a271
--- /dev/null
+++ b/devel/php52-tokenizer/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-tokenizer
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= devel
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -tokenizer
+
+.include "${MASTERDIR}/Makefile"