diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-12 11:47:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-12 11:47:03 +0000 |
commit | 5b3931a30050b390de8b78c4db1a6aeeb8bf4093 (patch) | |
tree | 2d1809d975dacbab8aa3f8fd357463ebe70e5dec /devel/p5-App-GitGot/Makefile | |
parent | 2a463b999d4f401a944f1f0be05ba49a31e1d226 (diff) |
Notes
Diffstat (limited to 'devel/p5-App-GitGot/Makefile')
-rw-r--r-- | devel/p5-App-GitGot/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/p5-App-GitGot/Makefile b/devel/p5-App-GitGot/Makefile index 0da2cb150ab8..127a231fa19a 100644 --- a/devel/p5-App-GitGot/Makefile +++ b/devel/p5-App-GitGot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= App-GitGot -PORTVERSION= 1.01 +PORTVERSION= 1.03 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,20 +21,22 @@ BUILD_DEPENDS= p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \ p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-Git-Wrapper>=0.014:${PORTSDIR}/devel/p5-Git-Wrapper \ - p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-App-Cmd>=0:${PORTSDIR}/devel/p5-MooseX-App-Cmd \ + p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \ + p5-MouseX-App-Cmd>=0:${PORTSDIR}/devel/p5-MouseX-App-Cmd \ + p5-MouseX-NativeTraits>=0:${PORTSDIR}/devel/p5-MouseX-NativeTraits \ p5-Net-GitHub>=0:${PORTSDIR}/net/p5-Net-GitHub \ + p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor \ p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean - RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Class>=0:${PORTSDIR}/devel/p5-Test-Class \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File \ + p5-Test-Kwalitee>=0:${PORTSDIR}/devel/p5-Test-Kwalitee \ p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions PERL_CONFIGURE= yes @@ -51,6 +53,7 @@ MAN3= App::GitGot.3 \ App::GitGot::Command::push.3 \ App::GitGot::Command::remove.3 \ App::GitGot::Command::status.3 \ + App::GitGot::Command::this.3 \ App::GitGot::Command::update.3 \ App::GitGot::Command::update_status.3 \ App::GitGot::Command::version.3 \ |