94e51b04ae
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>
23 lines
569 B
Makefile
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>
|