# -*- 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         Readonly-XS 1.05
revision            4
maintainers         nomaintainer
license             {Artistic-1 GPL}
description         Readonly::XS is a companion module for Readonly.  It \
                    speeds up read-only scalar variables.
long_description    ${description}

platforms           darwin

checksums           rmd160  ce85d9e047056f125883ec5ad04d850cd004fb06 \
                    sha256  8ae5c4e85299e5c8bddd1b196f2eea38f00709e0dc0cb60454dc9114ae3fff0d

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-readonly
}
