pkgsrc/devel/p5-Any-Moose/Makefile
sno cb25a7dadf Update package for CPAN module Any::Moose in devel/p5-Any-Moose from
0.15 to 0.18.

pkgsrc changes:
- update fetch location (maintainer independent dist location on CPAN)
- adjust dependencies

Upstream changes:
0.18 2011-11-07
  * Try to cope with broken smokers better by recording a Moose
    prereq when it is used. (Chris Williams)
    - see https://rt.cpan.org/Public/Bug/Display.html?id=72043

0.17 2011-09-16
  * Better indicate that this module is dynamically configured.
    - fixes [rt.cpan.org #70996]

0.16 2011-09-15
  * If you have Moose installed you no longer get the Mouse dependency (rjbs, reported by andk)
    Any::Moose has long had both runtime and test support for Moose
    without Mouse, but the toolchain has not, until recently, been
    good enough to handle alternatives. This change is designed
    to affect very few people.
    - fixes [rt.cpan.org #70597]
2011-11-15 12:49:16 +00:00

20 lines
648 B
Makefile

# $NetBSD: Makefile,v 1.10 2011/11/15 12:49:16 sno Exp $
DISTNAME= Any-Moose-0.18
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Any/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Any-Moose/
COMMENT= Perl extension to check dependencies on Moose or Mouse
LICENSE= ${PERL5_LICENSE}
DEPENDS+= {p5-Moose-[0-9]*,p5-Mouse>=0.40}:../../devel/p5-Mouse
BUILD_DEPENDS+= {p5-MooseX-Types-[0-9]*,p5-MouseX-Types-[0-9]*}:../../devel/p5-MouseX-Types
PERL5_PACKLIST= auto/Any/Moose/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"