# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0
perl5.setup         Image-ExifTool 8.15
maintainers         nomaintainer
description         Perl interface to EXIF metadata
long_description    ${description}

platforms           darwin

checksums           md5     750cc49c18ef1ed65300bc39bc4e6536 \
                    sha1    af5b571d66ed4179b704f4cfa57dc8f87f630a8c \
                    rmd160  dc4e1d991f4430bcde08fd122bfba2c9deec0d0c

homepage            http://www.sno.phy.queensu.ca/~phil/exiftool/
master_sites        ${homepage}

depends_lib         port:p5-digest-md5 \
                    port:p5-io-compress

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