# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Sysadm-Install 0.46 ../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 supported_archs noarch checksums rmd160 1312b718a5aea8dce25bdf6d09102d44b28650f7 \ sha256 a5464bec7c40daa33b8b8dbcc901369bd094a83d8558ac0444752168d6ddbd23 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 }