# New ports collection makefile for: p5-App-GitGot # Date created: 2010-11-12 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= App-GitGot PORTVERSION= 0.7 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Tool to make it easier to manage multiple git repositories RUN_DEPENDS= p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \ p5-Git-Wrapper>=0:${PORTSDIR}/devel/p5-Git-Wrapper \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-App-Cmd>=0:${PORTSDIR}/devel/p5-MooseX-App-Cmd \ p5-Net-GitHub>=0:${PORTSDIR}/net/p5-Net-GitHub \ 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 PERL_CONFIGURE= yes MAN1= got.1 MAN3= App::GitGot.3 \ App::GitGot::Command.3 \ App::GitGot::Command::add.3 \ App::GitGot::Command::chdir.3 \ App::GitGot::Command::fork.3 \ App::GitGot::Command::list.3 \ App::GitGot::Command::remove.3 \ App::GitGot::Command::status.3 \ App::GitGot::Command::update.3 \ App::GitGot::Command::version.3 .include .if ${PERL_LEVEL} < 501001 RUN_DEPENDS+= p5-autodie>=0:${PORTSDIR}/devel/p5-autodie .endif .include