mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:24:52 +00:00
0e29faee9d
Changelog at <http://pear.php.net/package/XML_Serializer/download/0.15.0/>. PR: ports/77520 Submitted by: maintainer.
35 lines
1.2 KiB
Makefile
35 lines
1.2 KiB
Makefile
# Ports collection makefile for: pear-XML_Serializer
|
|
# Date created: 04 September 2003
|
|
# Whom: Alex Miller (<asm@asm.kiev.ua>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML_Serializer
|
|
PORTVERSION= 0.15.0
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= antonio@php.net
|
|
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 serializeAndEncode.php serializeAndReturn.php \
|
|
serializeArrayWithObjects.php serializeEmptyArray.php \
|
|
serializeIndexedArray.php serializeObject.php serializeRDF.php \
|
|
serializeWithAttributes.php serializeWithAttributes2.php \
|
|
serializeWithDtd.php serializeWithIndentedAttributes.php \
|
|
serializeWithNamespace.php serializeWithTagMap.php unserializeAnyXML.php \
|
|
unserializeClassNames.php unserializeEncoded.php unserializeEnum.php \
|
|
unserializeObject.php unserializeRDF.php unserializeWithAttributes.php
|
|
DOCS= todo.txt
|
|
_DOCSDIR= doc
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
|
.include <bsd.port.post.mk>
|