From 2af45f8c09e4f1637c3cc0c047f99e2d879c1952 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Jun 2012 06:20:26 +0000 Subject: [PATCH] - Add p5-Test-CPAN-Meta-YAML 0.20 Test::CPAN::Meta::YAML was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN, meets the specifications that slowly being introduced to module uploads, via the use of ExtUtils::MakeMaker, Module::Build and Module::Install. See CPAN::Meta for further details of the CPAN Meta Specification. WWW: http://search.cpan.org/dist/Test-CPAN-Meta-YAML/ --- devel/Makefile | 1 + devel/p5-Test-CPAN-Meta-YAML/Makefile | 25 +++++++++++++++++++++++++ devel/p5-Test-CPAN-Meta-YAML/distinfo | 2 ++ devel/p5-Test-CPAN-Meta-YAML/pkg-descr | 8 ++++++++ devel/p5-Test-CPAN-Meta-YAML/pkg-plist | 11 +++++++++++ 5 files changed, 47 insertions(+) create mode 100644 devel/p5-Test-CPAN-Meta-YAML/Makefile create mode 100644 devel/p5-Test-CPAN-Meta-YAML/distinfo create mode 100644 devel/p5-Test-CPAN-Meta-YAML/pkg-descr create mode 100644 devel/p5-Test-CPAN-Meta-YAML/pkg-plist diff --git a/devel/Makefile b/devel/Makefile index b5b30fdf7cd2..5eddd71dc0a3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2527,6 +2527,7 @@ SUBDIR += p5-Test-Benchmark SUBDIR += p5-Test-BinaryData SUBDIR += p5-Test-Block + SUBDIR += p5-Test-CPAN-Meta-YAML SUBDIR += p5-Test-Class SUBDIR += p5-Test-Class-Most SUBDIR += p5-Test-ClassAPI diff --git a/devel/p5-Test-CPAN-Meta-YAML/Makefile b/devel/p5-Test-CPAN-Meta-YAML/Makefile new file mode 100644 index 000000000000..8365c9f60398 --- /dev/null +++ b/devel/p5-Test-CPAN-Meta-YAML/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Test-CPAN-Meta-YAML +# Date created: 2012-06-01 +# Whom: Sunpoet Po-Chuan Hsieh +# +# $FreeBSD$ +# + +PORTNAME= Test-CPAN-Meta-YAML +PORTVERSION= 0.20 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Validate a META.yml file within a CPAN distribution + +BUILD_DEPENDS= p5-Test-YAML-Valid>=0.03:${PORTSDIR}/devel/p5-Test-YAML-Valid +RUN_DEPENDS= p5-Test-YAML-Valid>=0.03:${PORTSDIR}/devel/p5-Test-YAML-Valid + +PERL_CONFIGURE= yes + +MAN3= Test::CPAN::Meta::YAML.3 \ + Test::CPAN::Meta::YAML::Version.3 + +.include diff --git a/devel/p5-Test-CPAN-Meta-YAML/distinfo b/devel/p5-Test-CPAN-Meta-YAML/distinfo new file mode 100644 index 000000000000..8c863ee2c867 --- /dev/null +++ b/devel/p5-Test-CPAN-Meta-YAML/distinfo @@ -0,0 +1,2 @@ +SHA256 (Test-CPAN-Meta-YAML-0.20.tar.gz) = aa927ab78b521669a4221cf6795f43cd8ec890bf6c93efe5546df6eae96a60eb +SIZE (Test-CPAN-Meta-YAML-0.20.tar.gz) = 15086 diff --git a/devel/p5-Test-CPAN-Meta-YAML/pkg-descr b/devel/p5-Test-CPAN-Meta-YAML/pkg-descr new file mode 100644 index 000000000000..8d8413de7da9 --- /dev/null +++ b/devel/p5-Test-CPAN-Meta-YAML/pkg-descr @@ -0,0 +1,8 @@ +Test::CPAN::Meta::YAML was written to ensure that a META.yml file, provided with +a standard distribution uploaded to CPAN, meets the specifications that slowly +being introduced to module uploads, via the use of ExtUtils::MakeMaker, +Module::Build and Module::Install. + +See CPAN::Meta for further details of the CPAN Meta Specification. + +WWW: http://search.cpan.org/dist/Test-CPAN-Meta-YAML/ diff --git a/devel/p5-Test-CPAN-Meta-YAML/pkg-plist b/devel/p5-Test-CPAN-Meta-YAML/pkg-plist new file mode 100644 index 000000000000..4e23601d7f56 --- /dev/null +++ b/devel/p5-Test-CPAN-Meta-YAML/pkg-plist @@ -0,0 +1,11 @@ +%%SITE_PERL%%/Test/CPAN/Meta/YAML.pm +%%SITE_PERL%%/Test/CPAN/Meta/YAML/Version.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/CPAN/Meta/YAML/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/CPAN/Meta/YAML +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/CPAN/Meta +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/CPAN +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrm %%SITE_PERL%%/Test/CPAN/Meta/YAML +@dirrmtry %%SITE_PERL%%/Test/CPAN/Meta +@dirrmtry %%SITE_PERL%%/Test/CPAN +@dirrmtry %%SITE_PERL%%/Test