summaryrefslogtreecommitdiff
path: root/textproc/php5-xml/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 07:11:17 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 07:11:17 +0000
commita88bd100ed5ff7bc124dde1fb6a971df78e538e4 (patch)
treee6cfded29fb84b019ddebca0300ff6a2cb7e622f /textproc/php5-xml/Makefile
parentAdd xml extension for PHP. (diff)
Add xml extension for PHP.
Notes
Notes: svn path=/head/; revision=113952
Diffstat (limited to 'textproc/php5-xml/Makefile')
-rw-r--r--textproc/php5-xml/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/php5-xml/Makefile b/textproc/php5-xml/Makefile
new file mode 100644
index 000000000000..34bf4470d712
--- /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"