pkgsrc/devel/p5-MooseX-App-Cmd/Makefile
wen d56d6ca397 Update to 0.27
Update DEPENDS

Upstream changes:
0.27      2013-12-31 14:26:29 UTC
    - update developer and Dist::Zilla author dependencies
0.26      2013-12-16 17:19:52 America/New_York (TRIAL RELEASE)
    - better reporting of skipped Moose/Mouse tests
    - add release test to check changelog for new content
0.25      2013-12-09 10:37:31 America/New_York (TRIAL RELEASE)
    - test for Mo(o|u)seX::Getopt before running Mo(o|u)se-specific tests
0.24      2013-12-08 21:01:55 America/New_York (TRIAL RELEASE)
    - add requirements, recommendations and provides to meta files
0.23      2013-12-08 15:52:56 America/New_York (TRIAL RELEASE)
    - fixes to Moose/Mouse tests
0.22      2013-12-02 10:56:59 America/New_York (TRIAL RELEASE)
    - forgot to update changelog last time, no code changes
0.21      2013-12-02 10:47:32 America/New_York (TRIAL RELEASE)
    - do a better job of not requiring Moose for build/install
0.20      2013-12-01 18:18:42 America/New_York (TRIAL RELEASE)
    - use Any::Moose for Moose and Mouse compatibility in the same package
0.11      2013-11-22 11:48:20 America/New_York
    - gh#6: document --configfile option added in 0.03 (reported by abraxxa)
    - gh#8: fix missing commands in test files (ubermichael)
2014-01-08 07:27:35 +00:00

32 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.11 2014/01/08 07:27:35 wen Exp $
#
DISTNAME= MooseX-App-Cmd-0.27
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-Any-Moose>=0:../../devel/p5-Any-Moose
DEPENDS+= p5-App-Cmd>=0.321:../../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-MouseX-Getopt>=0:../../devel/p5-MouseX-Getopt
DEPENDS+= p5-namespace-clean>=0:../../devel/p5-namespace-clean
# 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"