diff options
Diffstat (limited to 'devel/p5-App-GitGot/Makefile')
-rw-r--r-- | devel/p5-App-GitGot/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/p5-App-GitGot/Makefile b/devel/p5-App-GitGot/Makefile index 766676fd4f35..31f28230bef6 100644 --- a/devel/p5-App-GitGot/Makefile +++ b/devel/p5-App-GitGot/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= App-GitGot -PORTVERSION= 1.19 -PORTREVISION= 1 +PORTVERSION= 1.21 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GENEHACK @@ -17,14 +16,18 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \ p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ - p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-File-Slurp-Tiny>=0:${PORTSDIR}/devel/p5-File-Slurp-Tiny \ p5-Git-Wrapper>=0.014:${PORTSDIR}/devel/p5-Git-Wrapper \ + p5-IO-Prompt-Simple>=0:${PORTSDIR}/devel/p5-IO-Prompt-Simple \ 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-Path-Tiny>=0:${PORTSDIR}/devel/p5-Path-Tiny \ + p5-PerlX-Maybe>=0:${PORTSDIR}/devel/p5-PerlX-Maybe \ p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \ + p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor \ 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 |