freebsd-ports/textproc/pear-XML_Wddx/Makefile
Pav Lucistnik 94e51b04ae New port: textproc/pear-XML_Wddx PEAR Wddx pretty serializer and deserializer
PEAR::XML_Wddx does 2 things:
a) a drop in replacement for the XML_Wddx extension (if it's not built in)
b) produce an editable wddx file (with indenting etc.) and uses CDATA, rather
than char tags

PR:		ports/79367
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-04-11 21:41:12 +00:00

23 lines
569 B
Makefile

# Ports collection makefile for: pear-XML_Wddx
# Date created: 30 March 2005
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= XML_Wddx
PORTVERSION= 1.0.1
CATEGORIES= textproc devel pear
MAINTAINER= antonio@php.net
COMMENT= PEAR Wddx pretty serializer and deserializer
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= XML
FILES= Wddx.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>