diff options
author | seb <seb@pkgsrc.org> | 2008-01-03 21:14:13 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-01-03 21:14:13 +0000 |
commit | e3de54d0ce91358060fe98e205ff52d47a34483e (patch) | |
tree | 3d9cb6b615c079d1adffbe306d69e139af4bd8f0 | |
parent | dc5567c198ee9127882bbfbed8cfb2fd26e7b359 (diff) | |
download | pkgsrc-e3de54d0ce91358060fe98e205ff52d47a34483e.tar.gz |
Initial import of p5-App-Cmd version 0.012 into The NetBSD
Packages Collection.
The Perl 5 module App::Cmd is intended to make it easy to write
complex command-line applications without having to think about
most of the annoying things usually involved.
-rw-r--r-- | devel/p5-App-Cmd/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-App-Cmd/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-App-Cmd/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-App-Cmd/DESCR b/devel/p5-App-Cmd/DESCR new file mode 100644 index 00000000000..d0461e1fbbf --- /dev/null +++ b/devel/p5-App-Cmd/DESCR @@ -0,0 +1,3 @@ +The Perl 5 module App::Cmd is intended to make it easy to write +complex command-line applications without having to think about +most of the annoying things usually involved. diff --git a/devel/p5-App-Cmd/Makefile b/devel/p5-App-Cmd/Makefile new file mode 100644 index 00000000000..ee8707e4934 --- /dev/null +++ b/devel/p5-App-Cmd/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/01/03 21:14:13 seb Exp $ +# + +DISTNAME= App-Cmd-0.012 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/App-Cmd/ +COMMENT= Perl 5 module to write command line apps with less suffering + +DEPENDS+= p5-Getopt-Long-Descriptive>=0.06:../../devel/p5-Getopt-Long-Descriptive +DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable +DEPENDS+= p5-Sub-Install-[0-9]*:../../devel/p5-Sub-Install + +PERL5_PACKLIST= auto/App/Cmd/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-App-Cmd/distinfo b/devel/p5-App-Cmd/distinfo new file mode 100644 index 00000000000..f6ec53b26f5 --- /dev/null +++ b/devel/p5-App-Cmd/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/01/03 21:14:13 seb Exp $ + +SHA1 (App-Cmd-0.012.tar.gz) = 9f8bf60bd8040efe8e887224520d2fdd7bf857bb +RMD160 (App-Cmd-0.012.tar.gz) = 308489ea5d2feeef9c558ca257794d671192bb24 +Size (App-Cmd-0.012.tar.gz) = 30734 bytes |