# -*- 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.setup         Tie-Cycle 1.232 ../../authors/id/B/BR/BRIANDFOY
revision            0
license             Artistic-2
maintainers         nomaintainer
description         Tie::Cycle - Cycle through a list of values via a scalar.
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  77d3f8677cb2bcc1a7e77d14713c0b6ea37ccf9f \
                    sha256  f967b72480742990c6d7d0c719893540639d6bf3260464accfb8e930bb93bf5e \
                    size    12686

if {${perl5.major} != ""} {
    # remove non-existent filename from MANIFEST
    # see https://github.com/briandfoy/tie-cycle/issues/14
    patchfiles      fix-manifest.patch
}
