Ticket #11484: Portfile

File Portfile, 604 bytes (added by rpz@…, 17 years ago)
Line 
1# $Id: $
2PortSystem              1.0
3PortGroup               perl5 1.0
4
5perl5.setup             XML-Checker 0.13
6maintainers             nomaintainer@macports.org
7categories-append       textproc
8description             This is a Perl extension interface to expat.
9long_description        This is a Perl extension interface to James Clark's \
10                                XML parser, expat.  Provides runtime checking above the parser.
11homepage                http://search.cpan.org/~msergeant/${distname}/
12platforms               darwin
13
14checksums   md5   6fddcc489b4d9a5063e3a34d72400da9
15
16# Depends on these libraries
17depends_lib-append              port:p5-xml-parser port:p5-xml-regexp port:p5-p5-libwww-perl port:p5-lwp-authen-wsse
18
19