# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.link_binaries no
# when updating this port, don't forget to keep port exiftool at same version
perl5.setup         Image-ExifTool 13.40
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer

platforms           {darwin any}
supported_archs     noarch

description         Image::Exiftool - a set of Perl modules to read and write meta information \
                    in a wide variety of image, audio, video and document files.
long_description    {*}${description}

homepage            https://exiftool.org
master_sites        ${homepage}

checksums           rmd160  e7e1b4d6eb4e4267ae9f306ced648ffaf055e8ed \
                    sha256  92054f3bc677aee4fe377b4cd0e362d36201168cc5187452e03bf6f79f7b9a42 \
                    size    7582131

livecheck.type      regex
livecheck.url       ${homepage}/rss.xml
livecheck.regex     ${perl5.module}-(\[0-9.\]+)${extract.suffix}
