diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:21:32 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:21:32 +0000 |
commit | 7225c4ae1c65aea5c6301c602216e02357cb581a (patch) | |
tree | ace155447bcb8b909fa0417a096d6266b56a711c /textproc | |
parent | 6cd990b8ab05624c71c72659350d90c603c42990 (diff) | |
download | ports-7225c4ae1c65aea5c6301c602216e02357cb581a.tar.gz ports-7225c4ae1c65aea5c6301c602216e02357cb581a.zip |
Notes
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" |