Ticket #4693: Portfile.2
File Portfile.2, 540 bytes (added by dports@…, 19 years ago) |
---|
Line | |
---|---|
1 | # $Id: Portfile,v 1.4 2005/08/11 21:33:30 rshaw Exp $ |
2 | PortSystem 1.0 |
3 | PortGroup perl5 1.0 |
4 | |
5 | perl5.setup SOAP-Lite 0.65_6 |
6 | maintainers machowtos@mac.com |
7 | description SOAP-Lite |
8 | |
9 | long_description A simple interface to the Simple Object Access Protocol (SOAP) |
10 | |
11 | checksums md5 156948e1d904efe44289a6535356f0a1 |
12 | platforms darwin |
13 | master_sites http://search.cpan.org/CPAN/authors/id/B/BY/BYRNE |
14 | |
15 | depends_lib port:p5-xml-parser \ |
16 | port:p5-mime-base64 \ |
17 | port:p5-uri \ |
18 | port:p5-libwww-perl |
19 |