# -*- 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: Portfile 76635 2011-03-03 10:03:43Z l2g@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         App-Rad 1.04
revision        1
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

depends_lib-append  port:p5-attribute-handlers port:p5-getopt-long
