aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-04-23 22:18:48 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-04-23 22:18:48 +0000
commit1aaae85bdc4e00b0cafc7a536934e0a41e58ff5b (patch)
tree34b2232ac085b8d098025b48ca036a1331ccdf19 /textproc
parent078a1f526ea40b94c6c546d608f2d8ac1ea17af4 (diff)
downloadports-1aaae85bdc4e00b0cafc7a536934e0a41e58ff5b.tar.gz
ports-1aaae85bdc4e00b0cafc7a536934e0a41e58ff5b.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/php52-simplexml/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index efa55c9e5fd0..db5f1798f5df 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -937,6 +937,7 @@
SUBDIR += php52-ctype
SUBDIR += php52-dom
SUBDIR += php52-pspell
+ SUBDIR += php52-simplexml
SUBDIR += po4a
SUBDIR += pocketreader
SUBDIR += pootle
diff --git a/textproc/php52-simplexml/Makefile b/textproc/php52-simplexml/Makefile
new file mode 100644
index 000000000000..ec4280e590d1
--- /dev/null
+++ b/textproc/php52-simplexml/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-simplexml
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= textproc
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -simplexml
+
+.include "${MASTERDIR}/Makefile"