diff options
author | sno <sno@pkgsrc.org> | 2014-02-23 15:35:56 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2014-02-23 15:35:56 +0000 |
commit | 13537f5f389166954c7aca29ce74310785f54ae1 (patch) | |
tree | 6c1f9bc537aefc9d6e7742c712068c75c732f602 /devel | |
parent | 2cefb55f0f3dbd346f2066dea7b66348faa70b34 (diff) | |
download | pkgsrc-13537f5f389166954c7aca29ce74310785f54ae1.tar.gz |
Adding new package for Perl module CPAN::Changes from CPAN distribution
CPAN-Changes version 0.27 into devel/p5-CPAN-Changes
It is standard practice to include a Changes file in your distribution. The
purpose the Changes file is to help a user figure out what has changed
since
the last release.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-CPAN-Changes/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-CPAN-Changes/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-CPAN-Changes/distinfo | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-CPAN-Changes/DESCR b/devel/p5-CPAN-Changes/DESCR new file mode 100644 index 00000000000..d6cae1f624f --- /dev/null +++ b/devel/p5-CPAN-Changes/DESCR @@ -0,0 +1,4 @@ +It is standard practice to include a Changes file in your distribution. The +purpose the Changes file is to help a user figure out what has changed +since +the last release. diff --git a/devel/p5-CPAN-Changes/Makefile b/devel/p5-CPAN-Changes/Makefile new file mode 100644 index 00000000000..e36c99d941f --- /dev/null +++ b/devel/p5-CPAN-Changes/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2014/02/23 15:35:56 sno Exp $ + +DISTNAME= CPAN-Changes-0.27 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BR/BRICAS/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://metacpan.org/release/CPAN-Changes +COMMENT= Read and write Changes files +LICENSE= ${PERL5_LICENSE} + +USE_LANGUAGES= #empty +PERL5_MODULE_TYPE= Module::Install::Bundled +PERL5_PACKLIST= auto/CPAN/Changes/.packlist +PERL5_REQD+= 5.10 +PERL5_REQD+= 5.11.4 # version >= 0.79 +PERL5_REQD+= 5.2 # Text::Wrap >= 0 +PERL5_REQD+= 5.15.2 # ExtUtils::MakeMaker >= 6.59 +PERL5_REQD+= 5.13.4 # Test::More >= 0.96 +PERL5_REQD+= 5.15.2 # ExtUtils::MakeMaker >= 6.59 + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-CPAN-Changes/distinfo b/devel/p5-CPAN-Changes/distinfo new file mode 100644 index 00000000000..882e21290f9 --- /dev/null +++ b/devel/p5-CPAN-Changes/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/02/23 15:35:56 sno Exp $ + +SHA1 (CPAN-Changes-0.27.tar.gz) = 0b0241d86df2ee698d185c2a4a55da83af56d841 +RMD160 (CPAN-Changes-0.27.tar.gz) = b3645b8fbbf1b2a14a60a694e685e91c26ace032 +Size (CPAN-Changes-0.27.tar.gz) = 35558 bytes |