Updating devel/p5-Class-MethodMaker from 2.15 to 2.16
pkgsrc changes: - add license definition Upstream changes: 2.16 May 11 2010 - Drop signature self test in order to fix rt#57359 - fix missing use base (Yan Fitterer / Martyn J. Pearce) - fix case of "LICENSE" key and upgrade Makefile.PL (cpanservice@chorny.net)
This commit is contained in:
parent
9d174a4f05
commit
408ddbfcb8
2 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.19 2009/02/25 21:12:53 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2010/08/04 14:31:26 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Class-MethodMaker-2.15
|
||||
DISTNAME= Class-MethodMaker-2.16
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Class-MethodMaker/
|
||||
COMMENT= Getter/setter OO method maker for class elements
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.11 2009/02/25 21:12:53 sno Exp $
|
||||
$NetBSD: distinfo,v 1.12 2010/08/04 14:31:26 sno Exp $
|
||||
|
||||
SHA1 (Class-MethodMaker-2.15.tar.gz) = c480abf7f4c0c9eeb9d6a20975586d528ab6da8f
|
||||
RMD160 (Class-MethodMaker-2.15.tar.gz) = d6de8588e977e1faddf6b7a8986adffb4a45f648
|
||||
Size (Class-MethodMaker-2.15.tar.gz) = 90428 bytes
|
||||
SHA1 (Class-MethodMaker-2.16.tar.gz) = 1c002ac4c37c45913853d793457f981df7aba203
|
||||
RMD160 (Class-MethodMaker-2.16.tar.gz) = 83f2652945fdc659d85936e00641b551328b618c
|
||||
Size (Class-MethodMaker-2.16.tar.gz) = 89533 bytes
|
||||
|
|
Loading…
Reference in a new issue