summaryrefslogtreecommitdiff
path: root/devel/p5-Pod-Usage
diff options
context:
space:
mode:
authorryoon <ryoon>2013-04-21 11:44:54 +0000
committerryoon <ryoon>2013-04-21 11:44:54 +0000
commita4caf94c1118bbe4fd4858684f3c5063738a443a (patch)
treeef40f52fdf75074b6459aeeaca5b960fe5069ae1 /devel/p5-Pod-Usage
parent0253be3dda0ae012fb216b69f02cb81669e6b6aa (diff)
downloadpkgsrc-a4caf94c1118bbe4fd4858684f3c5063738a443a.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/DESCR8
-rw-r--r--devel/p5-Pod-Usage/Makefile20
-rw-r--r--devel/p5-Pod-Usage/distinfo5
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