aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-07-19 15:11:17 +0800
committerale <ale@FreeBSD.org>2004-07-19 15:11:17 +0800
commited7ce89bf5921facecdd1d2664bab72b59e3ce1d (patch)
tree94d71b752ec14615c4fc79b93f26e59237757061 /textproc
parent5a47eea68156a3c34c730eff882351d1158f4e3c (diff)
downloadfreebsd-ports-graphics-ed7ce89bf5921facecdd1d2664bab72b59e3ce1d.tar.gz
freebsd-ports-graphics-ed7ce89bf5921facecdd1d2664bab72b59e3ce1d.tar.zst
freebsd-ports-graphics-ed7ce89bf5921facecdd1d2664bab72b59e3ce1d.zip
Add xml extension for PHP.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/php4-xml/Makefile14
-rw-r--r--textproc/php5-xml/Makefile14
3 files changed, 29 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index a7a8a61ea35..71713c9294e 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -437,6 +437,7 @@
SUBDIR += pear-Spreadsheet_Excel_Writer
SUBDIR += perl2html
SUBDIR += php4-xml
+ SUBDIR += php5-xml
SUBDIR += pocketreader
SUBDIR += ppower4
SUBDIR += prosper
diff --git a/textproc/php4-xml/Makefile b/textproc/php4-xml/Makefile
new file mode 100644
index 00000000000..f2f8902fa7a
--- /dev/null
+++ b/textproc/php4-xml/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-xml
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= textproc
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -xml
+
+.include "${MASTERDIR}/Makefile"
diff --git a/textproc/php5-xml/Makefile b/textproc/php5-xml/Makefile
new file mode 100644
index 00000000000..34bf4470d71
--- /dev/null
+++ b/textproc/php5-xml/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-xml
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= textproc
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -xml
+
+.include "${MASTERDIR}/Makefile"