# -*- 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         Pegex 0.75 ../../authors/id/I/IN/INGY/
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Pegex - Acmeist PEG Parser Framework
long_description    Pegex is an Acmeist parser framework. It allows you to easily create \
                    parsers that will work equivalently in lots of programming languages!

platforms           {darwin any}

checksums           rmd160  e2609ba058c5575982c96fb4bfbb47eb40c54bde \
                    sha256  4dc8d335de80b25247cdb3f946f0d10d9ba0b3c34b0ed7d00316fd068fd05edc \
                    size    148676

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-pod \
                    port:p${perl5.major}-tie-ixhash

    depends_lib-append \
                    port:p${perl5.major}-file-sharedir-install \
                    port:p${perl5.major}-xxx \
                    port:p${perl5.major}-yaml-pp
    
    supported_archs noarch
}

