# -*- 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$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Sysadm-Install 0.47 ../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 755de66a42a32422bcb383a119ebebfcf23b387d \ sha256 cf4c8542595502db2d56b8a06173f5f2dc9b8df5e423cf9d3f1b150f49c9a441 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 }