diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/php5-xmlreader/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index aabf5160fc11..c2fa0c9f2e29 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -576,6 +576,7 @@ SUBDIR += php5-simplexml SUBDIR += php5-wddx SUBDIR += php5-xml + SUBDIR += php5-xmlreader SUBDIR += php5-xsl SUBDIR += pocketreader SUBDIR += ppower4 diff --git a/textproc/php5-xmlreader/Makefile b/textproc/php5-xmlreader/Makefile new file mode 100644 index 000000000000..3b20bb31e38c --- /dev/null +++ b/textproc/php5-xmlreader/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-xmlreader +# Date created: 26 Nov 2005 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -xmlreader + +.include "${MASTERDIR}/Makefile" |