diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-04-21 11:44:54 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-04-21 11:44:54 +0000 |
commit | 5370a516c581049b652fdb4b2fd031d547d6533d (patch) | |
tree | ef40f52fdf75074b6459aeeaca5b960fe5069ae1 /devel/p5-Pod-Usage | |
parent | 995831ee4b369ed103449249933e18faeee9a6c3 (diff) | |
download | pkgsrc-5370a516c581049b652fdb4b2fd031d547d6533d.tar.gz |
Import p5-Pod-Usage-1.61 as devel/p5-Pod-Usage.
The Perl5 module "Pod::Usage" which provides the function "pod2usage()"
to print usage messages for a Perl script based on its embedded
pod documentation. Pod::Usage is a subclass of Pod::PlainText.
Please see the POD documentation for this module (embedded in the
file "Usage.pm") for more details. The pod2usage() function is
probably the most generally useful function in this entire distribution
since it is useful to just about any Perl5 script that is invoked
from the command-line.
Diffstat (limited to 'devel/p5-Pod-Usage')
-rw-r--r-- | devel/p5-Pod-Usage/DESCR | 8 | ||||
-rw-r--r-- | devel/p5-Pod-Usage/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Pod-Usage/distinfo | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-Pod-Usage/DESCR b/devel/p5-Pod-Usage/DESCR new file mode 100644 index 00000000000..093d494d3d9 --- /dev/null +++ b/devel/p5-Pod-Usage/DESCR @@ -0,0 +1,8 @@ +The Perl5 module "Pod::Usage" which provides the function "pod2usage()" +to print usage messages for a Perl script based on its embedded +pod documentation. Pod::Usage is a subclass of Pod::PlainText. +Please see the POD documentation for this module (embedded in the +file "Usage.pm") for more details. The pod2usage() function is +probably the most generally useful function in this entire distribution +since it is useful to just about any Perl5 script that is invoked +from the command-line. diff --git a/devel/p5-Pod-Usage/Makefile b/devel/p5-Pod-Usage/Makefile new file mode 100644 index 00000000000..b968b05f667 --- /dev/null +++ b/devel/p5-Pod-Usage/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2013/04/21 11:44:54 ryoon Exp $ +# + +DISTNAME= Pod-Usage-1.61 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Pod-Usage/ +COMMENT= Print a usage message from embedded pod documentation +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Pod-Parser>=1.6:../../textproc/p5-Pod-Parser + +PERL5_PACKLIST= auto/Pod/Usage/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Pod-Usage/distinfo b/devel/p5-Pod-Usage/distinfo new file mode 100644 index 00000000000..813b3aa1263 --- /dev/null +++ b/devel/p5-Pod-Usage/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/04/21 11:44:54 ryoon Exp $ + +SHA1 (Pod-Usage-1.61.tar.gz) = 10fd817a92f90134804c922db636e241f9d96c98 +RMD160 (Pod-Usage-1.61.tar.gz) = e72d91bc0afe41169009d29eee5179366bf4cf57 +Size (Pod-Usage-1.61.tar.gz) = 19097 bytes |