# Ports collection makefile for: pear-XML_Serializer # Date created: 04 September 2003 # Whom: Alex Miller () # # $FreeBSD$ # PORTNAME= XML_Serializer PORTVERSION= 0.10.1 CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR Swiss-army knive for reading and writing XML files BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= XML FILES= Serializer.php Unserializer.php EXAMPLES= example.xml serializeEmptyArray.php serializeIndexedArray.php \ serializeObject.php serializeRDF.php serializeWithAttributes.php \ serializeWithAttributes2.php serializeWithDtd.php \ serializeWithIndentedAttributes.php unserializeAnyXML.php \ unserializeObject.php unserializeRDF.php unserializeWithAttributes.php DOCS= todo.txt _DOCSDIR= doc .include .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include