# -*- 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 App-Cmd 0.327 license {Artistic-1 GPL} maintainers devans openmaintainer description App::Cmd - write command line apps with less suffering long_description ${description} platforms darwin checksums rmd160 1a9b7085ee010c01f16e43ffaa15c7d8042f071c \ sha256 424e1d607ceafc914d5a8d0990b46503a178c5588cf96df0fccad07ae6cbd0f0 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-data-dumper \ port:p${perl5.major}-test-fatal depends_lib-append \ port:p${perl5.major}-capture-tiny \ port:p${perl5.major}-class-load \ port:p${perl5.major}-getopt-long \ port:p${perl5.major}-getopt-long-descriptive \ port:p${perl5.major}-io-tiecombine \ port:p${perl5.major}-module-pluggable \ port:p${perl5.major}-sub-exporter \ port:p${perl5.major}-sub-install \ port:p${perl5.major}-string-rewriteprefix supported_archs noarch }