From 7ff0f41b55e402471dc065d46aa97742a88c31f3 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Mon, 19 Jul 2004 09:22:00 +0000 Subject: [PATCH] Add a new shared extension for PHP. --- textproc/Makefile | 1 + textproc/php5-dom/Makefile | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 textproc/php5-dom/Makefile diff --git a/textproc/Makefile b/textproc/Makefile index e18167de0350..ae96a624274a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -444,6 +444,7 @@ SUBDIR += php4-xslt SUBDIR += php5-ctype SUBDIR += php5-dom + SUBDIR += php5-pspell SUBDIR += php5-xml SUBDIR += pocketreader SUBDIR += ppower4 diff --git a/textproc/php5-dom/Makefile b/textproc/php5-dom/Makefile new file mode 100644 index 000000000000..4dbcb3943400 --- /dev/null +++ b/textproc/php5-dom/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-dom +# Date created: 7 Jul 2004 +# Whom: Alex Dupre +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -dom + +.include "${MASTERDIR}/Makefile"