pkgsrc/devel/p5-MooseX-Role-Parameterized/Makefile
wen 97da3d1b98 Update to 1.08
Upstream changes:
1.08      2014-08-23 22:38:12Z
    - add x_breaks metadata for incompatibility issue with MooseX::Storage
      (now resolved with MooseX-Storage-0.47)

1.07      2014-08-06 05:44:11Z
    - re-release to remove README.pod from shipped dist

1.06      2014-08-02 04:34:06Z
    - Restored MooseX::Role::Parameterized->current_metaclass as a public
      method. Apparently there is code on CPAN that relies on this.

1.05      2014-07-31 18:26:03Z
    - If a parameterizable role was reinitialized after any parameters or a
      role block was declared, those declarations were lost. Reinitialization
      usually occurs when new metaroles are applied to the role by other
      MooseX modules.

1.04      2014-07-31 14:53:26Z
    - Convert this distribution to Dist::Zilla to resolve packaging insanity

1.03  2014-07-30
    - This extension is now implemented as a role metarole, which means it can
      (mostly) cooperate with other role extensions, such as
      MooseX::Role::WithOverloading. Note that you should load
      MooseX::Role::Parameterized _after_ other extensions.
    - This module no longer supports passing a "-metaclass" parameter when you
      load it. This was an artifact from a much earlier era of Moose
      extensions.
    - repository migrated to the github moose organization
2014-11-03 07:18:02 +00:00

26 lines
820 B
Makefile

# $NetBSD: Makefile,v 1.17 2014/11/03 07:18:02 wen Exp $
#
DISTNAME= MooseX-Role-Parameterized-1.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/ET/ETHER/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/MooseX-Role-Parameterized
COMMENT= Roles with composition parameters
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
DEPENDS+= p5-Moose>=2.0300:../../devel/p5-Moose
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/Role/Parameterized/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
PERL5_PACKLIST= auto/MooseX/Role/Parameterized/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"