# -*- 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.52
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  83a0ba0ee20a5b8cc99c1b54bfd46bfcf8c3b579 \
                    sha256  8eb4986a8de49ab858ac9dcdfb73161b2c939630c317784bed361eaa33904f23 \
                    size    7662855

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