pkgsrc changes: - Adjusting dependencies Upstream changes: 0.21 Thu Dec 24 00:21:26 EST 2009 - Attempting to import a non-existent type from a combined type library gave a very confusing error message from the MooseX::Types::Combined internals. Now it gives you a much more useful message. (Dave Rolsky) - bump up Moose dep (RT#53016)
31 lines
1,001 B
Makefile
31 lines
1,001 B
Makefile
# $NetBSD: Makefile,v 1.12 2010/01/16 17:53:51 sno Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-Types-0.21
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Carp-Clan>=6.00:../../devel/p5-Carp-Clan
|
|
DEPENDS+= p5-Moose>=0.93:../../devel/p5-Moose
|
|
DEPENDS+= p5-Sub-Install>=0.924:../../devel/p5-Sub-Install
|
|
DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
|
|
DEPENDS+= p5-namespace-clean>=0.08:../../devel/p5-namespace-clean
|
|
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.80}:../../devel/p5-Test-Simple
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/Types/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|