diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-13 00:28:33 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-13 00:28:33 +0000 |
commit | 49a0f78844f52d1a0770046a6c2071407c5e3f69 (patch) | |
tree | 3fd27f582030e3c6403952c26c8260e92028be4b | |
parent | aa7e418922e20e38ec8efa3e95c05787e73567a2 (diff) | |
download | pkgsrc-49a0f78844f52d1a0770046a6c2071407c5e3f69.tar.gz |
Import Test::CPAN::Meta::YAML into devel/p5-Test-CPAN-Meta-YAML,
which is required to update devel/p5-Test-YAML-Meta.
This module 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.
-rw-r--r-- | devel/p5-Test-CPAN-Meta-YAML/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-Test-CPAN-Meta-YAML/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-Test-CPAN-Meta-YAML/distinfo | 5 |
3 files changed, 35 insertions, 0 deletions
diff --git a/devel/p5-Test-CPAN-Meta-YAML/DESCR b/devel/p5-Test-CPAN-Meta-YAML/DESCR new file mode 100644 index 00000000000..a9fb849f8f2 --- /dev/null +++ b/devel/p5-Test-CPAN-Meta-YAML/DESCR @@ -0,0 +1,4 @@ +This module 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. diff --git a/devel/p5-Test-CPAN-Meta-YAML/Makefile b/devel/p5-Test-CPAN-Meta-YAML/Makefile new file mode 100644 index 00000000000..74f7cf36522 --- /dev/null +++ b/devel/p5-Test-CPAN-Meta-YAML/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/12/13 00:28:33 hiramatsu Exp $ +# + +DISTNAME= Test-CPAN-Meta-YAML-0.17 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Test-CPAN-Meta-YAML/ +COMMENT= Perl 5 module to validate the META.yml file in a distribution +LICENSE= ${PERL5_LICENSE} + +BUILD_DEPENDS+= p5-Test-Pod>=1.0:../../devel/p5-Test-Pod +BUILD_DEPENDS+= p5-Test-Pod-Coverage>=0.08:../../devel/p5-Test-Pod-Coverage + +DEPENDS+= p5-Test-YAML-Valid>=0.03:../../devel/p5-Test-YAML-Valid +DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML +DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Test/CPAN/Meta/YAML/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-CPAN-Meta-YAML/distinfo b/devel/p5-Test-CPAN-Meta-YAML/distinfo new file mode 100644 index 00000000000..b8c22f6720a --- /dev/null +++ b/devel/p5-Test-CPAN-Meta-YAML/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/12/13 00:28:33 hiramatsu Exp $ + +SHA1 (Test-CPAN-Meta-YAML-0.17.tar.gz) = ea8b7610f3826c35001c64c16990602e3d70674e +RMD160 (Test-CPAN-Meta-YAML-0.17.tar.gz) = 8ca81b842922039a56335c7e7f1ace370c1d2836 +Size (Test-CPAN-Meta-YAML-0.17.tar.gz) = 15282 bytes |