summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 08:36:34 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 08:36:34 +0000
commit35be83059e4f5e1875d8501843cafd9809fa3aeb (patch)
tree1fa7827a736cc5547c4b779bd1f7f0a8aa723eb8
parentAdd a new shared extension for PHP. (diff)
Add a new shared extension for PHP.
Notes
Notes: svn path=/head/; revision=114067
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/php4-ctype/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 0581c616e1a3..d42ff9496723 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -437,6 +437,7 @@
SUBDIR += pear-Spreadsheet_Excel_Writer
SUBDIR += perl2html
SUBDIR += php4-ctype
+ SUBDIR += php4-domxml
SUBDIR += php4-xml
SUBDIR += php5-xml
SUBDIR += pocketreader
diff --git a/textproc/php4-ctype/Makefile b/textproc/php4-ctype/Makefile
new file mode 100644
index 000000000000..e12ccb716bdc
--- /dev/null
+++ b/textproc/php4-ctype/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-ctype
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= textproc
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -ctype
+
+.include "${MASTERDIR}/Makefile"