# -*- 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.38
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  4a9118fde4bc77f75c9682dc7b02f6c704a52f19 \
                    sha256  0256672ab507662fe42d1ae851ae1b55930a3c8eb69e9d6883c33559e90f5f01 \
                    size    7572486

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