# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

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

depends_lib-append    port:p5-log-log4perl \
                      port:p5-libwww-perl \
                      port:p5-term-readkey

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
