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