# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0
perl5.setup         Flickr-API 0.07
maintainers         nomaintainer
description         Perl interface to the Flickr API
long_description    ${description}

platforms           darwin

checksums           md5 e2c20020851a8bdf880b2cd5581126da

homepage            http://search.cpan.org/~iamcal/Flickr-API/
master_sites        http://search.cpan.org/CPAN/authors/id/I/IA/IAMCAL/

depends_lib-append  port:p5-digest-md5 port:p5-libwww-perl \
                    port:p5-xml-parser-lite-tree

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
