# -*- 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         Sysadm-Install 0.48 ../by-authors/id/M/MS/MSCHILLI/
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Typical installation tasks for system administrators
long_description    Sysadm::Install executes shell-like commands performing \
                    typical installation tasks: Copying files, extracting \
                    tarballs, calling make. It has a fail once and die \
                    policy, meticulously checking the result of every \
                    operation and calling die() immeditatly if anything \
                    fails.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  54767663c4ebc5c8cd5d7043425a83b091402d5e \
                    sha256  ffdf1c4291dae94650a728e251beba8e6fcd2e5c697bcde0d791b5fb9c6b8c99

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-expect \
                    port:p${perl5.major}-file-which \
                    port:p${perl5.major}-libwww-perl \
                    port:p${perl5.major}-log-log4perl \
                    port:p${perl5.major}-term-readkey
}
