diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-01-16 12:09:32 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-01-16 12:09:32 +0000 |
commit | f31cb16e1554570911df092b24b44f4ef8884f1c (patch) | |
tree | 25cbda1647a8428670215e22021d6770a6d2bf4c /textproc/php5-xmlwriter | |
parent | fce0420478a3807f2592b40b55f2061aa8e7f212 (diff) | |
download | ports-f31cb16e1554570911df092b24b44f4ef8884f1c.tar.gz ports-f31cb16e1554570911df092b24b44f4ef8884f1c.zip |
Add php5-xmlwriter, the xmlwriter shared extension for php.
Notes
Notes:
svn path=/head/; revision=153650
Diffstat (limited to 'textproc/php5-xmlwriter')
-rw-r--r-- | textproc/php5-xmlwriter/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/php5-xmlwriter/Makefile b/textproc/php5-xmlwriter/Makefile new file mode 100644 index 000000000000..9b5eb6235485 --- /dev/null +++ b/textproc/php5-xmlwriter/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-xmlwriter +# Date created: 16 Jan 2006 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -xmlwriter + +.include "${MASTERDIR}/Makefile" |