Ticket #15501: Portfile

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

Portfile

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