diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-01-31 14:18:04 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-01-31 14:18:04 +0000 |
commit | c52e295eec83f213a44b6d84ab6489a1e6034c4b (patch) | |
tree | e3cca9eca7cccf29f176f8a8161e0a53b9dfcaca /textproc/Makefile | |
parent | faf531c3621dd43a68d56d369b4471d6c641b0f8 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=99609
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 017c45925f81..4e8df664dbdd 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 |