Revision: 75722 http://trac.macports.org/changeset/75722 Author: l2g@macports.org Date: 2011-02-05 10:48:32 -0800 (Sat, 05 Feb 2011) Log Message: ----------- p5-app-rad: new port for Perl module App::Rad (#27138) Added Paths: ----------- trunk/dports/perl/p5-app-rad/ trunk/dports/perl/p5-app-rad/Portfile Added: trunk/dports/perl/p5-app-rad/Portfile =================================================================== --- trunk/dports/perl/p5-app-rad/Portfile (rev 0) +++ trunk/dports/perl/p5-app-rad/Portfile 2011-02-05 18:48:32 UTC (rev 75722) @@ -0,0 +1,25 @@ +# -*- 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.setup App-Rad 1.04 +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 Property changes on: trunk/dports/perl/p5-app-rad/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
l2g@macports.org