diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-02-17 02:04:37 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-02-17 02:04:37 +0000 |
commit | bc0f0a23f03a6afcdd55c4abd2e92a35bd1a0c0c (patch) | |
tree | 995aee8c4c0dff2d010b5e0fda0caa1fc278acf6 | |
parent | - Update distinfo (diff) |
Pod::Coverage::TrustPod is a Pod::Coverage subclass (actually, a subclass of
Pod::Coverage::CountParents) that allows the POD itself to declare certain
symbol names trusted.
WWW: http://search.cpan.org/dist/Pod-Coverage-TrustPod/
PR: ports/154832
Submitted by: milki <milki@rescomp.berkeley.edu>
Notes
Notes:
svn path=/head/; revision=269260
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Pod-Coverage-TrustPod/Makefile | 30 | ||||
-rw-r--r-- | devel/p5-Pod-Coverage-TrustPod/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Pod-Coverage-TrustPod/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Pod-Coverage-TrustPod/pkg-plist | 7 |
5 files changed, 45 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 67bb11bc817f..7483b09fa4fa 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2102,6 +2102,7 @@ SUBDIR += p5-Pipeline SUBDIR += p5-Pod-Coverage SUBDIR += p5-Pod-Coverage-Moose + SUBDIR += p5-Pod-Coverage-TrustPod SUBDIR += p5-Pod-Tests SUBDIR += p5-Proc-Background SUBDIR += p5-Proc-Daemon diff --git a/devel/p5-Pod-Coverage-TrustPod/Makefile b/devel/p5-Pod-Coverage-TrustPod/Makefile new file mode 100644 index 000000000000..684a4a72b7f0 --- /dev/null +++ b/devel/p5-Pod-Coverage-TrustPod/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Pod-Coverage-TrustPod +# Date created: 2011-02-16 +# Whom: milki <milki@rescomp.berkeley.edu> +# +# $FreeBSD$ +# + +PORTNAME= Pod-Coverage-TrustPod +PORTVERSION= 0.092832 +CATEGORIES= devel textproc perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/R/RJ//RJBS +PKGNAMEPREFIX= p5- + +MAINTAINER= milki@rescomp.berkeley.edu +COMMENT= Declare trusted symbol names in POD + +BUILD_DEPENDS= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple \ + p5-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Pod-Coverage \ + p5-Pod-Eventual>=0:${PORTSDIR}/textproc/p5-Pod-Eventual +RUN_DEPENDS= ${BUILD_DEPENDS} + +TEST_DEPENDS= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple \ + p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod + +PERL_CONFIGURE= yes + +MAN3= Pod::Coverage::TrustPod.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Pod-Coverage-TrustPod/distinfo b/devel/p5-Pod-Coverage-TrustPod/distinfo new file mode 100644 index 000000000000..1851ae568e02 --- /dev/null +++ b/devel/p5-Pod-Coverage-TrustPod/distinfo @@ -0,0 +1,2 @@ +SHA256 (Pod-Coverage-TrustPod-0.092832.tar.gz) = e3918b77c6da34073faf284e52b6f9b87d7ca16b142a7cf1f49605337f39adca +SIZE (Pod-Coverage-TrustPod-0.092832.tar.gz) = 11564 diff --git a/devel/p5-Pod-Coverage-TrustPod/pkg-descr b/devel/p5-Pod-Coverage-TrustPod/pkg-descr new file mode 100644 index 000000000000..1e37f83c84be --- /dev/null +++ b/devel/p5-Pod-Coverage-TrustPod/pkg-descr @@ -0,0 +1,5 @@ +Pod::Coverage::TrustPod is a Pod::Coverage subclass (actually, a subclass of +Pod::Coverage::CountParents) that allows the POD itself to declare certain +symbol names trusted. + +WWW: http://search.cpan.org/dist/Pod-Coverage-TrustPod/ diff --git a/devel/p5-Pod-Coverage-TrustPod/pkg-plist b/devel/p5-Pod-Coverage-TrustPod/pkg-plist new file mode 100644 index 000000000000..28a5ba499da9 --- /dev/null +++ b/devel/p5-Pod-Coverage-TrustPod/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Pod/Coverage/TrustPod.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Coverage/TrustPod/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Coverage/TrustPod +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Coverage +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod +@dirrmtry %%SITE_PERL%%/Pod/Coverage +@dirrmtry %%SITE_PERL%%/Pod |