mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
- Add p5-Test-CPAN-Meta 0.23
Test::CPAN::Meta was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of package makers and installers such as ExtUtils::MakeMaker, Module::Build and Module::Install. WWW: http://search.cpan.org/dist/Test-CPAN-Meta/
This commit is contained in:
parent
4749a78700
commit
f2ced40746
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345646
5 changed files with 41 additions and 0 deletions
|
@ -2800,6 +2800,7 @@
|
|||
SUBDIR += p5-Test-BinaryData
|
||||
SUBDIR += p5-Test-Bits
|
||||
SUBDIR += p5-Test-Block
|
||||
SUBDIR += p5-Test-CPAN-Meta
|
||||
SUBDIR += p5-Test-CPAN-Meta-YAML
|
||||
SUBDIR += p5-Test-CheckDeps
|
||||
SUBDIR += p5-Test-CheckManifest
|
||||
|
|
21
devel/p5-Test-CPAN-Meta/Makefile
Normal file
21
devel/p5-Test-CPAN-Meta/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Test-CPAN-Meta
|
||||
PORTVERSION= 0.23
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Validate your CPAN META.yml files
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>=0.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-CPAN-Meta/distinfo
Normal file
2
devel/p5-Test-CPAN-Meta/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-CPAN-Meta-0.23.tar.gz) = dda70c5cb61eddc6d3148cb66b6ff5eb4546a065257f4c104112a8a8a3575116
|
||||
SIZE (Test-CPAN-Meta-0.23.tar.gz) = 15855
|
6
devel/p5-Test-CPAN-Meta/pkg-descr
Normal file
6
devel/p5-Test-CPAN-Meta/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Test::CPAN::Meta was written to ensure that a META.yml file, provided with a
|
||||
standard distribution uploaded to CPAN, meets the specifications that are slowly
|
||||
being introduced to module uploads, via the use of package makers and installers
|
||||
such as ExtUtils::MakeMaker, Module::Build and Module::Install.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-CPAN-Meta/
|
11
devel/p5-Test-CPAN-Meta/pkg-plist
Normal file
11
devel/p5-Test-CPAN-Meta/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
|||
%%SITE_PERL%%/Test/CPAN/Meta.pm
|
||||
%%SITE_PERL%%/Test/CPAN/Meta/Version.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/CPAN/Meta/.packlist
|
||||
%%PERL5_MAN3%%/Test::CPAN::Meta.3.gz
|
||||
%%PERL5_MAN3%%/Test::CPAN::Meta::Version.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/CPAN/Meta
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/CPAN
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
||||
@dirrmtry %%SITE_PERL%%/Test/CPAN/Meta
|
||||
@dirrmtry %%SITE_PERL%%/Test/CPAN
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
Loading…
Add table
Reference in a new issue