diff -r e8282f6f39a7 rsync.macports.org/release/ports/perl/p5-flickr-upload/Portfile
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | PortGroup perl5 1.0 |
6 | 6 | |
7 | | perl5.setup Flickr-Upload 1.22 |
| 7 | perl5.setup Flickr-Upload 1.32 |
8 | 8 | platforms darwin |
9 | | maintainers nomaintainer |
| 9 | maintainers l2g.to:larry+macports |
| 10 | license same as Perl 5.8.3 to Perl 5.x.x |
10 | 11 | supported_archs noarch |
11 | 12 | |
12 | | description Upload images to flickr.com |
| 13 | description Upload images to Flickr.com |
13 | 14 | |
14 | | long_description ${description} |
| 15 | long_description Flickr::Upload provides an object-oriented wrapper \ |
| 16 | around Flickr::API specifically for uploading to \ |
| 17 | Flickr.com. |
15 | 18 | |
16 | | checksums md5 cb0ec33c3afb4c5ec34531a4428c06f0 |
| 19 | checksums sha1 8cf64ec31fd63c871a7592989b5b843891adae62 \ |
| 20 | rmd160 b10eda27c8a7b42cc7dfda188a73b5d25855f986 |
17 | 21 | |
18 | | homepage http://search.cpan.org/~cpb/Flickr-Upload/ |
19 | | master_sites http://search.cpan.org/CPAN/authors/id/C/CP/CPB/ |
20 | | |
21 | | depends_lib-append port:p5-flickr-api port:p5-libwww-perl \ |
| 22 | depends_lib-append port:p5-flickr-api \ |
| 23 | port:p5-getopt-long \ |
| 24 | port:p5-libwww-perl \ |
22 | 25 | port:p5-xml-parser-lite-tree |