Update math/R-cran-xts to version 0.10.0
[dports.git] / devel / p5-Git-Wrapper / Makefile
1 # Created by: Gea-Suan Lin <gslin@gslin.org>
2 # $FreeBSD$
3
4 PORTNAME=       Git-Wrapper
5 PORTVERSION=    0.047
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Wrap git(7) command-line interface
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  git:devel/git \
17                 p5-File-chdir>=0:devel/p5-File-chdir \
18                 p5-Devel-CheckBin>=0:devel/p5-Devel-CheckBin \
19                 p5-Sort-Versions>=0:devel/p5-Sort-Versions
20 RUN_DEPENDS:=   ${BUILD_DEPENDS:Np5-Devel-CheckBin*}
21 TEST_DEPENDS=   p5-Path-Class>=0.26:devel/p5-Path-Class \
22                 p5-Sort-Versions>=0:devel/p5-Sort-Versions \
23                 p5-Test-Deep>=0:devel/p5-Test-Deep \
24                 p5-Test-Exception>=0:devel/p5-Test-Exception
25
26 USES=           perl5
27 USE_PERL5=      configure
28 NO_ARCH=        yes
29
30 .include <bsd.port.mk>