# HG changeset patch
# Parent f793601f3e57b5bb94c2e6805d3090faadf59712
diff -r f793601f3e57 rsync.macports.org/release/ports/perl/p5-flickr-api/Portfile
a
|
b
|
|
| 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
1 | 2 | # $Id: Portfile 70582 2010-08-14 12:37:46Z ryandesign@macports.org $ |
2 | 3 | |
3 | 4 | PortSystem 1.0 |
4 | 5 | PortGroup perl5 1.0 |
| 6 | |
5 | 7 | perl5.setup Flickr-API 0.07 |
| 8 | platforms darwin |
6 | 9 | maintainers nomaintainer |
| 10 | supported_archs noarch |
| 11 | |
7 | 12 | description Perl interface to the Flickr API |
| 13 | |
8 | 14 | long_description ${description} |
9 | 15 | |
10 | | platforms darwin |
11 | | |
12 | 16 | checksums md5 e2c20020851a8bdf880b2cd5581126da |
13 | 17 | |
14 | 18 | homepage http://search.cpan.org/~iamcal/Flickr-API/ |
… |
… |
|
17 | 21 | depends_lib-append port:p5-digest-md5 port:p5-libwww-perl \ |
18 | 22 | port:p5-xml-parser-lite-tree |
19 | 23 | |
20 | | supported_archs noarch |