# HG changeset patch
# Parent 27d8fa47543098dad3696d81d641fd554f28d9fb
diff -r 27d8fa475430 rsync.macports.org/release/ports/perl/p5-soap-lite/Portfile
a
|
b
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | PortGroup perl5 1.0 |
5 | | perl5.setup SOAP-Lite 0.710.07 |
6 | | maintainers nomaintainer |
| 5 | perl5.setup SOAP-Lite 0.712 |
| 6 | license Artistic/GPL |
| 7 | maintainers l2g.to:larry+macports |
7 | 8 | homepage http://www.soaplite.com/ |
8 | 9 | description A simple interface to the Simple Object Access Protocol |
9 | 10 | long_description ${description} |
10 | 11 | |
11 | 12 | platforms darwin |
12 | 13 | |
13 | | checksums md5 ca2db031c82dbb20079ff091b1d20acb |
| 14 | checksums md5 fd71a0c0feff85f670ab4b2e571652a8 \ |
| 15 | sha1 46445cdf32e245b867abf0036a83d442351475c0 \ |
| 16 | rmd160 1380a3814a323679f23fd882f5a9b779c121a9f2 |
14 | 17 | |
15 | | depends_lib-append port:p5-xml-parser \ |
| 18 | # This is really a test dependency, as the name implies |
| 19 | depends_build-append \ |
| 20 | port:p5-test-mockobject |
| 21 | |
| 22 | depends_lib-append port:p5-class-inspector \ |
| 23 | port:p5-io-socket-ssl \ |
| 24 | port:p5-libwww-perl \ |
| 25 | port:p5-mime-base64 \ |
| 26 | port:p5-mime-tools \ |
| 27 | port:p5-task-weaken \ |
16 | 28 | port:p5-uri \ |
17 | 29 | port:p5-version \ |
18 | | port:p5-libwww-perl |
| 30 | port:p5-xml-parser |
19 | 31 | |
20 | 32 | supported_archs noarch |