Ticket #15537: Portfile

File Portfile, 739 bytes (added by hagedorn@…, 16 years ago)

portfile

Line 
1# $Id$
2
3PortSystem      1.0
4PortGroup       perl5 1.0
5
6perl5.setup     XML-Parser-EasyTree 0.01
7name            p5-xml-parser-easytree
8maintainers     tcnj.edu:hagedorn
9description     Easier tree style for xml-parser
10long_description  \
11                  XML-Parser-EasyTree adds a new "built-in" style called "EasyTree" \
12                  to XML::Parser. Like XML::Parser's "Tree" style, setting this \
13                  style causes the parser to build a lightweight tree structure representing \
14                  the XML document.
15
16homepage          http://search.cpan.org/~ebohlman/${distname}/
17platforms         darwin
18
19checksums       md5 f5221737a572a97b3187dade3a1f4191\
20                sha1 c431d0d0e732812b287fcb2332abb428c5f97193\
21                rmd160 5e4da0aabd14244d900d6a17d059f8315c407dfd
22
23
24