diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 17:23:20 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 17:23:20 +0800 |
commit | 53d48cae5e53d72e45f3918d95281c7bdc7b52d0 (patch) | |
tree | 03ad5ed04143365b5bdd252b0e51f165a859ac90 /textproc | |
parent | 0999dee87306badda9933cc8303c03806c13d3c4 (diff) | |
download | freebsd-ports-gnome-53d48cae5e53d72e45f3918d95281c7bdc7b52d0.tar.gz freebsd-ports-gnome-53d48cae5e53d72e45f3918d95281c7bdc7b52d0.tar.zst freebsd-ports-gnome-53d48cae5e53d72e45f3918d95281c7bdc7b52d0.zip |
Add a new shared extension for PHP.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/php5-simplexml/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index fa724189ab5f..4834bd53ecd4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -446,6 +446,7 @@ SUBDIR += php5-dom SUBDIR += php5-pspell SUBDIR += php5-simplexml + SUBDIR += php5-wddx SUBDIR += php5-xml SUBDIR += pocketreader SUBDIR += ppower4 diff --git a/textproc/php5-simplexml/Makefile b/textproc/php5-simplexml/Makefile new file mode 100644 index 000000000000..ff45149fbdd6 --- /dev/null +++ b/textproc/php5-simplexml/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-simplexml +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -simplexml + +.include "${MASTERDIR}/Makefile" |