diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 16:37:55 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 16:37:55 +0800 |
commit | 0a3b1d84aa80e15f8d029ffcbdfe7b58d3e341e6 (patch) | |
tree | f7e6c6dda796222a5c01e85f45d95124aed8bbd9 /textproc | |
parent | f508d48f6d388843fa513596bae790f1a19236f8 (diff) | |
download | freebsd-ports-gnome-0a3b1d84aa80e15f8d029ffcbdfe7b58d3e341e6.tar.gz freebsd-ports-gnome-0a3b1d84aa80e15f8d029ffcbdfe7b58d3e341e6.tar.zst freebsd-ports-gnome-0a3b1d84aa80e15f8d029ffcbdfe7b58d3e341e6.zip |
Add a new shared extension for PHP.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/php4-domxml/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d42ff9496723..d84424e38751 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -438,6 +438,7 @@ SUBDIR += perl2html SUBDIR += php4-ctype SUBDIR += php4-domxml + SUBDIR += php4-pspell SUBDIR += php4-xml SUBDIR += php5-xml SUBDIR += pocketreader diff --git a/textproc/php4-domxml/Makefile b/textproc/php4-domxml/Makefile new file mode 100644 index 000000000000..e4a413a48b92 --- /dev/null +++ b/textproc/php4-domxml/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-domxml +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -domxml + +.include "${MASTERDIR}/Makefile" |