diff options
author | erwin <erwin@FreeBSD.org> | 2004-01-31 14:18:04 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-01-31 14:18:04 +0000 |
commit | 1c65b9b3825d2ac4564545bcb4fb1fa393e79aa5 (patch) | |
tree | 4268cafb01ad36d9b09fc6c3071ab785f95aa427 /textproc/Makefile | |
parent | 1d9530c384ac7b459748f9f293cba35fe55a1c51 (diff) | |
download | FreeBSD-ports-1c65b9b3825d2ac4564545bcb4fb1fa393e79aa5.zip FreeBSD-ports-1c65b9b3825d2ac4564545bcb4fb1fa393e79aa5.tar.gz |
Add p5-XML-Generator 0.93
XML::Generator is a simple perl module to help in the generation of XML.
Basically, you create an XML::Generator object and then call a method
for each tag, supplying the contents of that tag as parameters.
PR: ports/61720
Submitted by: Andreas Heil <ah@linux-hq.de>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 017c459..4e8df66 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -335,6 +335,7 @@ SUBDIR += p5-XML-Filter-XInclude SUBDIR += p5-XML-Filter-XSLT SUBDIR += p5-XML-GDOME + SUBDIR += p5-XML-Generator SUBDIR += p5-XML-Generator-DBI SUBDIR += p5-XML-Generator-PerlData SUBDIR += p5-XML-Grove |