devel/p5-MooseX-App-Cmd from 0.09nb2 to 0.10. pkgsrc changes: - adjust dependencies Upstream changes: 0.10 2013-05-17 10:29:01 America/New_York - RT#84437: fix missing parameter in call to default function (chips, ouftete) - gh#3: fix failing test introduced by MooseX::ConfigFromFile 0.08 (ouftete) - point perlcritic author test to the correct perltidy config - add author dependencies to Dist::Zilla dist.ini file
31 lines
1.2 KiB
Makefile
31 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.10 2013/07/03 16:33:11 sno Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-App-Cmd-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-App-Cmd/
|
|
COMMENT= Perl 5 module providing MooseX::Getopt and App::Cmd mashup
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/App/Cmd/.packlist
|
|
|
|
DEPENDS+= p5-App-Cmd>=0.300:../../devel/p5-App-Cmd
|
|
DEPENDS+= p5-Getopt-Long-Descriptive>=0.091:../../devel/p5-Getopt-Long-Descriptive
|
|
DEPENDS+= p5-Moose>=0.86:../../devel/p5-Moose
|
|
DEPENDS+= p5-MooseX-Getopt>=0.18:../../devel/p5-MooseX-Getopt
|
|
DEPENDS+= p5-MooseX-Has-Options-[0-9]*:../../devel/p5-MooseX-Has-Options
|
|
DEPENDS+= p5-MooseX-MarkAsMethods-[0-9]*:../../devel/p5-MooseX-MarkAsMethods
|
|
|
|
# For test target
|
|
BUILD_DEPENDS+= p5-MooseX-ConfigFromFile>=0.08:../../devel/p5-MooseX-ConfigFromFile
|
|
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
|
|
BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output
|
|
BUILD_DEPENDS+= p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|