# HG changeset patch
# Parent 38f6cac89f8f2b2a3107051389489c42ea7e10e1
diff -r 38f6cac89f8f rsync.macports.org/release/ports/perl/p5-flickr-upload/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-Upload 1.22 |
| 8 | platforms darwin |
6 | 9 | maintainers nomaintainer |
| 10 | supported_archs noarch |
| 11 | |
7 | 12 | description Upload images to flickr.com |
| 13 | |
8 | 14 | long_description ${description} |
9 | 15 | |
10 | | platforms darwin |
11 | | |
12 | 16 | checksums md5 cb0ec33c3afb4c5ec34531a4428c06f0 |
13 | 17 | |
14 | 18 | homepage http://search.cpan.org/~cpb/Flickr-Upload/ |
… |
… |
|
16 | 20 | |
17 | 21 | depends_lib-append port:p5-flickr-api port:p5-libwww-perl \ |
18 | 22 | port:p5-xml-parser-lite-tree |
19 | | |
20 | | supported_archs noarch |