# $Id: Portfile 84447 2011-09-26 12:28:46Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Sysadm-Install 0.35 ../by-authors/id/M/MS/MSCHILLI/
revision              2
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

checksums             md5 ff17fad54a21ada3ee3829dc0ac32b6c \
                      sha1 cb90caabf5c1c022538e2156ae051d3c5769479b \
                      rmd160 ef9ef7bd7b9fb040657d1e2536335c88c0c5d9e6

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

supported_archs noarch
}
