# -*- 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         Compiler-Lexer 0.23

platforms           darwin
maintainers         nomaintainer
license             {Artistic-1 GPL}

description         Compiler::Lexer - Lexical Analyzer for Perl5

long_description    ${description}

checksums           rmd160  4245a489164ce4a0738294017e1fd794f3d7029f \
                    sha256  6031ce4afebbfa4f492a274949be7b8232314e91023828c438e47981ff0a99db \
                    size    66673

if {${perl5.major} ne ""} {
    depends_build-append \
                    port:p${perl5.major}-module-build-xsutil
}

perl5.use_module_build
