aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-04-23 23:40:05 +0800
committerdinoex <dinoex@FreeBSD.org>2010-04-23 23:40:05 +0800
commitf167e2b999889d7d90235d66054a7249a00d50f8 (patch)
tree1320c1d9bdf8e947b03ffbabb32f3c6aeaf911d9 /textproc
parente8174e776ab817114edef6f4fb764a371f915b33 (diff)
downloadfreebsd-ports-gnome-f167e2b999889d7d90235d66054a7249a00d50f8.tar.gz
freebsd-ports-gnome-f167e2b999889d7d90235d66054a7249a00d50f8.tar.zst
freebsd-ports-gnome-f167e2b999889d7d90235d66054a7249a00d50f8.zip
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/php52-dom/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index cc8e0573a43b..67097076324d 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -935,6 +935,7 @@
SUBDIR += php5-xmlwriter
SUBDIR += php5-xsl
SUBDIR += php52-ctype
+ SUBDIR += php52-dom
SUBDIR += po4a
SUBDIR += pocketreader
SUBDIR += pootle
diff --git a/textproc/php52-dom/Makefile b/textproc/php52-dom/Makefile
new file mode 100644
index 000000000000..7eff1248ba29
--- /dev/null
+++ b/textproc/php52-dom/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-dom
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= textproc
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -dom
+
+.include "${MASTERDIR}/Makefile"