diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 17:22:00 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 17:22:00 +0800 |
commit | 68c8e4be9ac07ca84023bfd7f37430f7ee42c322 (patch) | |
tree | 308fb0ba44b6bd224e6021586264f922580b509d | |
parent | bab292da5706790f8ca900db19535b719d20275a (diff) | |
download | freebsd-ports-gnome-68c8e4be9ac07ca84023bfd7f37430f7ee42c322.tar.gz freebsd-ports-gnome-68c8e4be9ac07ca84023bfd7f37430f7ee42c322.tar.zst freebsd-ports-gnome-68c8e4be9ac07ca84023bfd7f37430f7ee42c322.zip |
Add a new shared extension for PHP.
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/php5-dom/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
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 <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -dom + +.include "${MASTERDIR}/Makefile" |