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