# -*- 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.35
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  094c78e6d8c0e6370ea27380744270fbb42ee82c \
                    sha256  03ef47e8b38add4801082fd6b399b9d7d9d77eaea03f7bca175537931563cd16 \
                    size    7602961

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