# -*- 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.24 perl5.setup App-CLI 0.313 license {Artistic-1 GPL} maintainers nomaintainer description Dispatcher module for command line interface programs. long_description App::CLI provides a simple interface for dispatching \ command line applications. checksums rmd160 cd6bea66098c877255f77751f409704e70a7ac5e \ sha256 67806256dc16f90e74c7e56a931d8b82dec492ca7f3089c9302be8d849f8215a platforms darwin supported_archs noarch if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-locale-maketext-simple \ port:p${perl5.major}-pod-simple }