diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-25 21:50:48 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-25 21:50:48 +0000 |
commit | 2d3f5974a316be0cf0875aa307e674fa2adfc2cb (patch) | |
tree | 21120a673e4ca708ba741d266e2d94c36b5975fd /devel/pear-XML_Serializer/Makefile | |
parent | 52e5539c94f75cc02806cc4d5d945e27b4b4ae38 (diff) | |
download | ports-2d3f5974a316be0cf0875aa307e674fa2adfc2cb.tar.gz ports-2d3f5974a316be0cf0875aa307e674fa2adfc2cb.zip |
Notes
Diffstat (limited to 'devel/pear-XML_Serializer/Makefile')
-rw-r--r-- | devel/pear-XML_Serializer/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/pear-XML_Serializer/Makefile b/devel/pear-XML_Serializer/Makefile index d8f4162490e4..0d5c1ec51208 100644 --- a/devel/pear-XML_Serializer/Makefile +++ b/devel/pear-XML_Serializer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML_Serializer -PORTVERSION= 0.10.1 +PORTVERSION= 0.11.1 CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org @@ -18,11 +18,12 @@ 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 +EXAMPLES= example.xml serializeArrayWithObjects.php serializeEmptyArray.php \ + serializeIndexedArray.php serializeObject.php serializeRDF.php \ + serializeWithAttributes.php serializeWithAttributes2.php \ + serializeWithDtd.php serializeWithIndentedAttributes.php \ + unserializeAnyXML.php unserializeEnum.php unserializeObject.php \ + unserializeRDF.php unserializeWithAttributes.php DOCS= todo.txt _DOCSDIR= doc |