Prune www/mod_log_mysql
[dports.git] / devel / p5-Git-Repository / Makefile
1 # Created by: Wen Heping <wen@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Git-Repository
5 PORTVERSION=    1.311
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     CPAN:BOOK
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl interface to Git repositories
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git \
18                 p5-System-Command>=1.103:${PORTSDIR}/devel/p5-System-Command
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20 TEST_DEPENDS=   p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod \
21                 p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage
22
23 USES=           perl5
24 USE_PERL5=      configure
25
26 .include <bsd.port.mk>