711a46368c
1.006001 - 2014-10-22 - Name the ->DOES method installed by Role::Tiny - don't apply threading workarounds on non-threaded perls, even if module for it is loaded by something - avoid loading base.pm and just set @ISA manually - fix some Pod links to Class::Method::Modifiers - fix applying roles with multiple attributes with defaults to objects (RT#99217) - fix Moose inheriting from a Moo class that inherits from a non-M* class when the Moose class is not made immutable - fix ->does method on Moose child classes of Moo classes
25 lines
947 B
Makefile
25 lines
947 B
Makefile
# $NetBSD: Makefile,v 1.20 2014/10/26 11:53:52 wiz Exp $
|
|
|
|
DISTNAME= Moo-1.006001
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Moo/
|
|
COMMENT= Minimalist Object Orientation (with Moose compatiblity)
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Class-Method-Modifiers>=1.10:../../devel/p5-Class-Method-Modifiers
|
|
DEPENDS+= p5-Devel-GlobalDestruction>=0.11:../../devel/p5-Devel-GlobalDestruction
|
|
DEPENDS+= p5-Module-Runtime>=0.012:../../devel/p5-Module-Runtime
|
|
DEPENDS+= p5-Role-Tiny>=1.003002:../../devel/p5-Role-Tiny
|
|
DEPENDS+= p5-strictures>=1.004003:../../devel/p5-strictures
|
|
DEPENDS+= p5-Import-Into>=1.002000:../../devel/p5-Import-Into
|
|
|
|
BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
|
|
|
|
PERL5_PACKLIST= auto/Moo/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|