diff options
author | seb <seb@pkgsrc.org> | 2008-01-03 21:08:42 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-01-03 21:08:42 +0000 |
commit | d1e68155faa7e211f408b14ab9e32666f3eef596 (patch) | |
tree | f4715528d6e8066452aa3586d9e85c3a33cc6d7f /devel | |
parent | 10ac5aa6c4950e9351cd1e0faf976275a67333d4 (diff) | |
download | pkgsrc-d1e68155faa7e211f408b14ab9e32666f3eef596.tar.gz |
Initial import of p5-Getopt-Long-Descriptive version 0.06 into The NetBSD
Packages Collection.
The Perl 5 module Getopt::Long::Descriptive provides a convenient
wrapper for Getopt::Long and program usage output.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Getopt-Long-Descriptive/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-Getopt-Long-Descriptive/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-Getopt-Long-Descriptive/distinfo | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/devel/p5-Getopt-Long-Descriptive/DESCR b/devel/p5-Getopt-Long-Descriptive/DESCR new file mode 100644 index 00000000000..e72d839ea30 --- /dev/null +++ b/devel/p5-Getopt-Long-Descriptive/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module Getopt::Long::Descriptive provides a convenient +wrapper for Getopt::Long and program usage output. diff --git a/devel/p5-Getopt-Long-Descriptive/Makefile b/devel/p5-Getopt-Long-Descriptive/Makefile new file mode 100644 index 00000000000..659a6571801 --- /dev/null +++ b/devel/p5-Getopt-Long-Descriptive/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/01/03 21:08:42 seb Exp $ + +DISTNAME= Getopt-Long-Descriptive-0.06 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Getopt-Long-Descriptive/ +COMMENT= Perl 5 module providing Getopt::Long with usage text + +DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy +DEPENDS+= p5-Params-Validate>=0.74:../../devel/p5-Params-Validate + +PERL5_PACKLIST= auto/Getopt/Long/Descriptive/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Getopt-Long-Descriptive/distinfo b/devel/p5-Getopt-Long-Descriptive/distinfo new file mode 100644 index 00000000000..6b06959290b --- /dev/null +++ b/devel/p5-Getopt-Long-Descriptive/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/01/03 21:08:42 seb Exp $ + +SHA1 (Getopt-Long-Descriptive-0.06.tar.gz) = 4dbfe2b78e68ef68a0aa6d19e89acda3a70c5402 +RMD160 (Getopt-Long-Descriptive-0.06.tar.gz) = a38b4238594767dae08b5f23ce5d5d056802c41b +Size (Getopt-Long-Descriptive-0.06.tar.gz) = 7526 bytes |