summaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-App-Cmd/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2012-09-10 10:16:44 +0000
committersno <sno@pkgsrc.org>2012-09-10 10:16:44 +0000
commitd933aaf940e1210785927b720a66346146a9b6f8 (patch)
treeacbccdf3f6f516be4878c129aa0cd089e1896e4b /devel/p5-MooseX-App-Cmd/Makefile
parent2b3a451cdaca84fef8d02412e73b78d032fb6b99 (diff)
downloadpkgsrc-d933aaf940e1210785927b720a66346146a9b6f8.tar.gz
Updating package for CPAN module MooseX::App::Cmd from 0.06nb3 to 0.09.
pkgsrc changes: - adjust dependencies upstream changes: 0.09 2012-03-18 20:21:21 America/New_York - RT#74668: can use a sub {} for configfile default (yanick) - RT#75446: add all necessary metadata as part of conversion to Dist::Zilla (mjgardner) - RT#75447: require correct version of Getopt::Long::Descriptive so basic and configfile tests can pass (mjgardner) - lots of code and documentation cleanup, driven by release tests (mjgardner) 0.08 2012-03-14 - no code changes, just repackaging distribution archive with correct root (mjgardner) 0.07 2012-02-29 - fix tests that started failing due to dependency error string change (offerk)
Diffstat (limited to 'devel/p5-MooseX-App-Cmd/Makefile')
-rw-r--r--devel/p5-MooseX-App-Cmd/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/devel/p5-MooseX-App-Cmd/Makefile b/devel/p5-MooseX-App-Cmd/Makefile
index 846b496e3b8..4a00d4a0822 100644
--- a/devel/p5-MooseX-App-Cmd/Makefile
+++ b/devel/p5-MooseX-App-Cmd/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2011/08/14 12:26:20 obache Exp $
+# $NetBSD: Makefile,v 1.6 2012/09/10 10:16:44 sno Exp $
#
-DISTNAME= MooseX-App-Cmd-0.06
+DISTNAME= MooseX-App-Cmd-0.09
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/MooseX-App-Cmd-0.05/
+HOMEPAGE= http://search.cpan.org/dist/MooseX-App-Cmd/
COMMENT= Perl 5 module providing MooseX::Getopt and App::Cmd mashup
LICENSE= ${PERL5_LICENSE}
@@ -18,13 +17,17 @@ 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-9]*:../../devel/p5-Getopt-Long-Descriptive
+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-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok
+BUILD_DEPENDS+= p5-MooseX-ConfigFromFile-[0-9]*:../../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"