diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-15 11:36:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-15 11:36:40 +0000 |
commit | 72504c9cb50422b3895b37510ee526da29e68d0a (patch) | |
tree | 4aa4d43ef5705fe4a737e6348a00a9f6136b7fdb | |
parent | 8a4c04679d22bcd27229bdb2f8675511b6260d63 (diff) | |
download | pkgsrc-72504c9cb50422b3895b37510ee526da29e68d0a.tar.gz |
Import p5-Pod-Coverage-TrustPod-0.100003 as textproc/p5-Pod-Coverage-TrustPod.
This is a Pod::Coverage subclass (actually, a subclass of
Pod::Coverage::CountParents) that allows the POD itself to declare
certain symbol names trusted.
-rw-r--r-- | textproc/p5-Pod-Coverage-TrustPod/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-Pod-Coverage-TrustPod/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-Pod-Coverage-TrustPod/distinfo | 6 |
3 files changed, 28 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Coverage-TrustPod/DESCR b/textproc/p5-Pod-Coverage-TrustPod/DESCR new file mode 100644 index 00000000000..3723af0dc71 --- /dev/null +++ b/textproc/p5-Pod-Coverage-TrustPod/DESCR @@ -0,0 +1,3 @@ +This is a Pod::Coverage subclass (actually, a subclass of +Pod::Coverage::CountParents) that allows the POD itself to declare +certain symbol names trusted. diff --git a/textproc/p5-Pod-Coverage-TrustPod/Makefile b/textproc/p5-Pod-Coverage-TrustPod/Makefile new file mode 100644 index 00000000000..f34720daa6f --- /dev/null +++ b/textproc/p5-Pod-Coverage-TrustPod/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2016/04/15 11:36:40 wiz Exp $ + +DISTNAME= Pod-Coverage-TrustPod-0.100003 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Pod-Coverage-TrustPod/ +COMMENT= Allow a module's pod to contain Pod::Coverage hints +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Pod-Coverage-[0-9]*:../../textproc/p5-Pod-Coverage +DEPENDS+= p5-Pod-Eventual-[0-9]*:../../textproc/p5-Pod-Eventual + +PERL5_PACKLIST= auto/Pod/Coverage/TrustPod/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Pod-Coverage-TrustPod/distinfo b/textproc/p5-Pod-Coverage-TrustPod/distinfo new file mode 100644 index 00000000000..77ccfabd5ae --- /dev/null +++ b/textproc/p5-Pod-Coverage-TrustPod/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/15 11:36:40 wiz Exp $ + +SHA1 (Pod-Coverage-TrustPod-0.100003.tar.gz) = 46156ba71d1a2c91feff743a7491f642f008ccc8 +RMD160 (Pod-Coverage-TrustPod-0.100003.tar.gz) = caa95050350757229b1f1a62078c3914b0d98ea3 +SHA512 (Pod-Coverage-TrustPod-0.100003.tar.gz) = 19cc5079f40e4eb058eb0c3b28ebc01632bc4e20ee9e1315115e8c8e7bc8146630b1e1461d5558b0679e58aeb992691b10507c53b57a9fd8e108f0085a543cf8 +Size (Pod-Coverage-TrustPod-0.100003.tar.gz) = 14220 bytes |