pkgsrc/devel/p5-Moo/Makefile
mef 42d0d45ae5 (devel/p5-Moo) Updated to 2.004000
2.004000 - 2020-04-09
  - minor documentation tweaks
  - minor test tweaks
  - refactor creation and installation of helper subs allowing extensions to
    customize the behavior easier.
  - added is_class and make_class methods to Moo
  - added make_role method to Moo::Role
  - lower Scalar::Util dependency to 1.00
  - fix unlikely failure to properly inflate Type::Tiny types to Moose under
    threads on perl 5.8
2020-04-16 11:29:52 +00:00

28 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.41 2020/04/16 11:29:52 mef Exp $
DISTNAME= Moo-2.004000
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/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.014:../../devel/p5-Module-Runtime
DEPENDS+= p5-Role-Tiny>=2.000004:../../devel/p5-Role-Tiny
DEPENDS+= p5-strictures>=2.000000:../../devel/p5-strictures
DEPENDS+= p5-Import-Into>=1.002000:../../devel/p5-Import-Into
DEPENDS+= p5-Sub-Quote>=2.003001:../../devel/p5-Sub-Quote
TEST_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
EXTRACT_USING= bsdtar
PERL5_PACKLIST= auto/Moo/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"