PkgSrc changes:
- Updating package for p5 module MooseX::StrictConstructor to 0.08 - Set license to artistic-2.0 Upstream changes: 0.08 2009-04-07 - Make this module work with Moose 0.73_01+.
This commit is contained in:
parent
92a481d980
commit
948f301603
2 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/01/11 14:06:19 he Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2009/04/12 20:23:51 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= MooseX-StrictConstructor-0.07
|
||||
DISTNAME= MooseX-StrictConstructor-0.08
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
||||
|
@ -9,8 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/MooseX-StrictConstructor/
|
||||
COMMENT= Make your object constructors blow up on unknown attributes
|
||||
LICENSE= artistic-2.0
|
||||
|
||||
DEPENDS+= p5-Moose>=0.56:../../devel/p5-Moose
|
||||
DEPENDS+= p5-Moose>=0.74:../../devel/p5-Moose
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/01/11 14:06:19 he Exp $
|
||||
$NetBSD: distinfo,v 1.2 2009/04/12 20:23:51 sno Exp $
|
||||
|
||||
SHA1 (MooseX-StrictConstructor-0.07.tar.gz) = 1c0674c7c01bb240855bc10f334adcfa0104e0be
|
||||
RMD160 (MooseX-StrictConstructor-0.07.tar.gz) = deacb2e4b631d862725a079766b2971560595458
|
||||
Size (MooseX-StrictConstructor-0.07.tar.gz) = 5694 bytes
|
||||
SHA1 (MooseX-StrictConstructor-0.08.tar.gz) = 398be282314fc0680d8b39bd4cac476c82933f31
|
||||
RMD160 (MooseX-StrictConstructor-0.08.tar.gz) = 8d13f7abcd00778db3e18f1ed7c37533c098e236
|
||||
Size (MooseX-StrictConstructor-0.08.tar.gz) = 5740 bytes
|
||||
|
|
Loading…
Reference in a new issue