# -*- 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 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

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