diff options
Diffstat (limited to 'devel/pear-XML_Serializer/Makefile')
-rw-r--r-- | devel/pear-XML_Serializer/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/pear-XML_Serializer/Makefile b/devel/pear-XML_Serializer/Makefile index 5f5dcea7d82b..d8f4162490e4 100644 --- a/devel/pear-XML_Serializer/Makefile +++ b/devel/pear-XML_Serializer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML_Serializer -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.1 CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org @@ -18,11 +18,11 @@ RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= XML FILES= Serializer.php Unserializer.php -EXAMPLES= example.xml serializeIndexedArray.php serializeObject.php \ - serializeRDF.php serializeWithAttributes.php serializeWithAttributes2.php \ - serializeWithDtd.php serializeWithIndentedAttributes.php \ - unserializeAnyXML.php unserializeObject.php unserializeRDF.php \ - unserializeWithAttributes.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 |