# HG changeset patch
# Parent bdf8590b93bec8379b4b9762481c891ddec92ab7
diff -r bdf8590b93be rsync.macports.org/release/ports/perl/p5-xml-libxml/Portfile
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | PortGroup perl5 1.0 |
6 | 6 | |
7 | | perl5.setup XML-LibXML 1.69 |
| 7 | perl5.setup XML-LibXML 1.70 |
8 | 8 | categories-append textproc |
9 | 9 | platforms darwin |
10 | | maintainers nomaintainer |
11 | | homepage http://search.cpan.org/~pajas/${distname}/ |
| 10 | maintainers l2g.to:larry+macports |
| 11 | license Artistic/GPL |
12 | 12 | |
13 | | description Perl interface to libxml2. |
| 13 | description Perl interface to libxml2 |
14 | 14 | |
15 | 15 | long_description This module implements a Perl interface to \ |
16 | 16 | the Gnome libxml2 library. The libxml2 library \ |
… |
… |
|
19 | 19 | make use of the highly capable validating XML \ |
20 | 20 | parser and the high performance DOM implementation. |
21 | 21 | |
22 | | checksums md5 8295f4ae7b09729985dd1133e3ad0d0a \ |
23 | | sha1 a8590ada6463e3b1de5699f7b8a14b564437a213 \ |
24 | | rmd160 1ba9e5d63431ae11031fca18e28da5f04fe25f23 |
| 22 | checksums sha1 c3400e61282e08e84ab16d5d8cc4557aa5bf3984 \ |
| 23 | rmd160 cc9cc88a10e6652ec9cedd7904ef84dc057170e3 |
25 | 24 | |
26 | | depends_lib-append port:p5-xml-libxml-common \ |
27 | | port:p5-xml-sax \ |
| 25 | depends_lib-append port:p5-xml-sax \ |
28 | 26 | port:p5-xml-namespacesupport \ |
29 | 27 | port:libiconv \ |
30 | 28 | port:libxml2 |