diff -r 619d24318d6a rsync.macports.org/release/ports/perl/p5-flickr-api/Portfile
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | PortGroup perl5 1.0 |
6 | 6 | |
7 | | perl5.setup Flickr-API 0.07 |
| 7 | perl5.setup Flickr-API 1.04 |
8 | 8 | platforms darwin |
9 | | maintainers nomaintainer |
| 9 | maintainers l2g.to:larry+macports |
| 10 | license Artistic 2.0 |
10 | 11 | supported_archs noarch |
11 | 12 | |
12 | 13 | description Perl interface to the Flickr API |
13 | 14 | |
14 | 15 | long_description ${description} |
15 | 16 | |
16 | | checksums md5 e2c20020851a8bdf880b2cd5581126da |
| 17 | checksums sha1 40f413aa9e7018035e5cde156b503743fb988272 \ |
| 18 | rmd160 e9c39041f23869afc8a285fc7e493c42d160899f |
17 | 19 | |
18 | | homepage http://search.cpan.org/~iamcal/Flickr-API/ |
19 | | master_sites http://search.cpan.org/CPAN/authors/id/I/IA/IAMCAL/ |
20 | | |
21 | | depends_lib-append port:p5-digest-md5 port:p5-libwww-perl \ |
| 20 | depends_lib-append port:p5-digest-md5 \ |
| 21 | port:p5-libwww-perl \ |
| 22 | port:p5-uri \ |
22 | 23 | port:p5-xml-parser-lite-tree |
23 | | |