pkgsrc/devel/p5-MooseX-Types/Makefile
seb 0588d6aea2 Update from version 0.08 to version 0.10.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.10    Fri March 06 17:34:00 EST 2009
        - Removed unneeded debugging code from one of the tests, which was
          causing installation errors for people that didn't already have
          Data::Dump installed. (jjnapiork)
0.09    ...
        - Added MooseX::Types::Util::has_available_type_export($p, $n) to
          allow introspection of available types for other libraries wanting
          to use type export names for type specifications.
2009-03-21 16:25:36 +00:00

24 lines
719 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/03/21 16:25:36 seb Exp $
#
DISTNAME= MooseX-Types-0.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/MooseX-Types/
COMMENT= Organise your Moose types in libraries
DEPENDS+= p5-Moose>=0.61:../../devel/p5-Moose
DEPENDS+= p5-Sub-Install>=0.924:../../devel/p5-Sub-Install
DEPENDS+= p5-namespace-clean>=0.08:../../devel/p5-namespace-clean
DEPENDS+= p5-Carp-Clan>=6.00:../../devel/p5-Carp-Clan
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/Types/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"