Update to 0.12. Add missing dependency.
0.12 2014-09-04 07:28:59Z - fix licence in LICENSE and pod 0.11 2014-08-20 04:44:25Z (TRIAL RELEASE) - move variable declaration to fix warning under -Werror=declaration-after-statement, to allow compilation under MSVC (J.R.Mash, github #3) 0.10 2014-08-16 00:46:35Z (TRIAL RELEASE) - converted distribution packaging to Dist::Zilla
This commit is contained in:
parent
33eb114d8c
commit
ff5844a810
2 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.12 2014/09/06 13:34:17 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2014/09/07 12:28:48 wiz Exp $
|
||||
|
||||
DISTNAME= Sub-Name-0.09
|
||||
DISTNAME= Sub-Name-0.12
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
|
||||
|
@ -10,6 +10,8 @@ HOMEPAGE= http://search.cpan.org/dist/Sub-Name/
|
|||
COMMENT= Perl 5 module to (re)name a sub
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
BUILD_DEPENDS+= p5-Devel-CheckBin-[0-9]*:../../devel/p5-Devel-CheckBin
|
||||
|
||||
PERL5_PACKLIST= auto/Sub/Name/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2014/09/06 13:34:17 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.5 2014/09/07 12:28:48 wiz Exp $
|
||||
|
||||
SHA1 (Sub-Name-0.09.tar.gz) = 65085ad8e6dec34a474f865c2549b3917320b8f7
|
||||
RMD160 (Sub-Name-0.09.tar.gz) = ccaa112d2fbbb050a3cdc45f7bebdd06a7c891af
|
||||
Size (Sub-Name-0.09.tar.gz) = 5603 bytes
|
||||
SHA1 (Sub-Name-0.12.tar.gz) = 0b7c752ce1194e0986e369da05b8ecb66c2fc86f
|
||||
RMD160 (Sub-Name-0.12.tar.gz) = 14263a9b8c85db9f54e1e622bedabbeed5764d62
|
||||
Size (Sub-Name-0.12.tar.gz) = 25498 bytes
|
||||
|
|
Loading…
Reference in a new issue