# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

name                icon-naming-utils
version             0.8.90
revision            7

description         An icon naming utility
long_description    A script for maintaining backwards compatibility with \
                    current desktop icon themes, while migrating to the names \
                    specified in the Icon Naming Specification.

maintainers         nomaintainer
categories          gnome
supported_archs     noarch
platforms           any
license             GPL-2
installs_libs       no

homepage            http://tango.freedesktop.org/
master_sites        ${homepage}releases/

checksums           rmd160  1c68587f83e8bad54dfdedbfb76c1ec7f2696dcb \
                    sha256  044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c \
                    size    70321

perl5.branches      5.34

depends_lib         port:perl${perl5.major} \
                    port:p${perl5.major}-xml-simple

configure.perl      ${perl5.bin}

livecheck.type      regex
livecheck.url       ${master_sites}?C=M&O=D
livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)
