# -*- 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.8 5.10 5.12 5.14 5.16 perl5.setup App-Rad 1.04 revision 3 platforms darwin maintainers l2g license Artistic GPL supported_archs noarch description Rapid (and easy!) creation of command line applications long_description App::Rad aims to be a simple yet powerful framework for \ developing your command-line applications. It can easily \ transform your Perl one-liners into reusable subroutines \ than can be called directly by the user of your program. \ It also tries to provide a handy interface for your \ common command-line tasks. checksums sha1 72d93a62e614ea2631757a2d2bf2966b1fe36232 \ rmd160 638de8756718c9e4a0ada19b5b76c85693b5e5bd if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-attribute-handlers port:p${perl5.major}-getopt-long }