aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/php52-dom
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/php52-dom
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/php52-dom')
-rw-r--r--textproc/php52-dom/Makefile14
1 files changed, 14 insertions, 0 deletions
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"