# -*- 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         Sys-Info-Base 0.7808
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Sys::Info::Base - Base class for Sys::Info
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  1f3a9e6fdcbc54bdb0ecb547e3c488b88525a72a \
                    sha256  da2b5b326b605932045a21f08d7949efb69e9f730048ecd49972f505fde203a3 \
                    size    22248

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-parent \
                    port:p${perl5.major}-sys-hostip \
                    port:p${perl5.major}-text-template-simple
}
