# -*- 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         Alien-Role-Alt 0.05
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Alien::Role::Alt - (Deprecated) Alien::Base role that supports alternates
long_description    {*}${description}. The capabilities that used to be provided by \
                    this role have been moved into Alien::Base's core class. This \
                    is an empty role provided for compatibility only. New code \
                    should not be using this class. GitHub Repository is archived. \
                    Tickets can be opened on the Alien-Build issue tracker, though you should \
                    just stop using this role now.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  b268b13179d2f0ec90ffc9a287daef2e93de04d1 \
                    sha256  a0a3117ed67567b4cfe12166c39392bdac7d797a4bc7eafa7065dbe9933b6337 \
                    size    15457

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

    depends_lib-append \
                    port:p${perl5.major}-alien-build \
                    port:p${perl5.major}-role-tiny
}
