mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 1.17
Changes: http://search.cpan.org/dist/MooseX-App/Changes
This commit is contained in:
parent
022ce590b1
commit
170725312b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313750
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MooseX-App
|
||||
PORTVERSION= 1.15
|
||||
PORTVERSION= 1.17
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,12 +14,11 @@ LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \
|
||||
p5-IO-Interactive>=0:${PORTSDIR}/devel/p5-IO-Interactive \
|
||||
p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-Getopt>=0.43:${PORTSDIR}/devel/p5-MooseX-Getopt \
|
||||
p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \
|
||||
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
|
||||
p5-Pod-Elemental>=0:${PORTSDIR}/textproc/p5-Pod-Elemental \
|
||||
p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase \
|
||||
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most \
|
||||
@ -31,8 +30,10 @@ MAN3= MooseX::App.3 \
|
||||
MooseX::App::Command.3 \
|
||||
MooseX::App::Message::Block.3 \
|
||||
MooseX::App::Message::Envelope.3 \
|
||||
MooseX::App::Meta::Role::Attribute::Option.3 \
|
||||
MooseX::App::Meta::Role::Class::Base.3 \
|
||||
MooseX::App::Meta::Role::Class::Command.3 \
|
||||
MooseX::App::ParsedArgv.3 \
|
||||
MooseX::App::Plugin::BashCompletion.3 \
|
||||
MooseX::App::Plugin::Color.3 \
|
||||
MooseX::App::Plugin::Config.3 \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (MooseX-App-1.15.tar.gz) = c204d270ec27981b7520ffad60a0c597998778e24e0346de368535a89b9e7ee7
|
||||
SIZE (MooseX-App-1.15.tar.gz) = 57174
|
||||
SHA256 (MooseX-App-1.17.tar.gz) = 014c5bba5a206e82f449e1e7351d9a548270d9fe7f53c1f7da26ac048ca59800
|
||||
SIZE (MooseX-App-1.17.tar.gz) = 63391
|
||||
|
@ -8,6 +8,7 @@
|
||||
%%SITE_PERL%%/MooseX/App/Meta/Role/Class/Base.pm
|
||||
%%SITE_PERL%%/MooseX/App/Meta/Role/Class/Command.pm
|
||||
%%SITE_PERL%%/MooseX/App/Meta/Role/Class/Simple.pm
|
||||
%%SITE_PERL%%/MooseX/App/ParsedArgv.pm
|
||||
%%SITE_PERL%%/MooseX/App/Plugin/BashCompletion.pm
|
||||
%%SITE_PERL%%/MooseX/App/Plugin/BashCompletion/Command.pm
|
||||
%%SITE_PERL%%/MooseX/App/Plugin/BashCompletion/Meta/Class.pm
|
||||
|
Loading…
Reference in New Issue
Block a user