# -*- 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         Type-Tiny-XS 0.025 ../../authors/id/T/TO/TOBYINK
revision            0
platforms           darwin
maintainers         nomaintainer
license             {Artistic-1 GPL}

description         Type::Tiny::XS - provides an XS boost for some of \
                    Type::Tiny's built-in type constraints
long_description    This module is optionally used by Type::Tiny to provide \
                    faster, C-based implementations of some type constraints.

checksums           rmd160  894aa8fd3d23e6f56c35b7a37e40133fc64d760c \
                    sha256  9a61450dda90294f606cd7a3fa44f3b1a366bcd88a419917b054ee5e23d148bd \
                    size    153300

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-extutils-makemaker \
                    port:p${perl5.major}-test-simple
}
