mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Checks for pod coverage regression.
WWW: http://search.cpan.org/dist/Test-Pod-Coverage-Permissive PR: ports/143677 Submitted by: Andrey Kostenko <andrey@kostenko.name>
This commit is contained in:
parent
23d76a229e
commit
9db64a41c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249542
@ -2093,6 +2093,7 @@
|
||||
SUBDIR += p5-Test-Parser
|
||||
SUBDIR += p5-Test-Pod
|
||||
SUBDIR += p5-Test-Pod-Coverage
|
||||
SUBDIR += p5-Test-Pod-Coverage-Permissive
|
||||
SUBDIR += p5-Test-Portability-Files
|
||||
SUBDIR += p5-Test-RandomResults
|
||||
SUBDIR += p5-Test-Reporter
|
||||
|
25
devel/p5-Test-Pod-Coverage-Permissive/Makefile
Normal file
25
devel/p5-Test-Pod-Coverage-Permissive/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: Test-Pod-Coverage-Permissive
|
||||
# Date created: 08 February 2010
|
||||
# Whom: andrey@kostenko.name
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Test-Pod-Coverage-Permissive
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= andrey@kostenko.name
|
||||
COMMENT= Checks for pod coverage regression
|
||||
|
||||
RUN_DEPENDS= p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \
|
||||
p5-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Pod-Coverage \
|
||||
p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= 5.8.9+
|
||||
MAN3= Test::Pod::Coverage::Permissive.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Test-Pod-Coverage-Permissive/distinfo
Normal file
3
devel/p5-Test-Pod-Coverage-Permissive/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Test-Pod-Coverage-Permissive-0.05.tar.gz) = 6d1795d8ceb0194e26e4c78bd16f5656
|
||||
SHA256 (Test-Pod-Coverage-Permissive-0.05.tar.gz) = 3ce65e8c0aec91b63eb32651d9ba23065b442d0ed7e2c726d2dfa3cbd995ec2f
|
||||
SIZE (Test-Pod-Coverage-Permissive-0.05.tar.gz) = 27004
|
3
devel/p5-Test-Pod-Coverage-Permissive/pkg-descr
Normal file
3
devel/p5-Test-Pod-Coverage-Permissive/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Checks for pod coverage regression.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-Pod-Coverage-Permissive
|
9
devel/p5-Test-Pod-Coverage-Permissive/pkg-plist
Normal file
9
devel/p5-Test-Pod-Coverage-Permissive/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/Test/Pod/Coverage/Permissive.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Pod/Coverage/Permissive/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/Test/Pod/Coverage
|
||||
@dirrmtry %%SITE_PERL%%/Test/Pod
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Pod/Coverage/Permissive
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Pod/Coverage
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Pod
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
Loading…
Reference in New Issue
Block a user