# -*- 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.31
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  95edb65f2db535afb09a10441c0b30344ed92d18 \
                    sha256  3894786f28ef6b625646bf26f033938c104216baefdf94d0178f46a16c5ad5c0 \
                    size    7459422

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