blob: d6f690ad9d1c6693868ed47ba60b1b78e2872ed2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# New ports collection makefile for: p5-Git-Wrapper
# Date created: 2010-11-12
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Git-Wrapper
PORTVERSION= 0.018
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Wrap git(7) command-line interface
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= git>=0:${PORTSDIR}/devel/git \
p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions \
p5-File-pushd>=0:${PORTSDIR}/devel/p5-File-pushd
RUN_DEPENDS= git>=0:${PORTSDIR}/devel/git \
p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions \
p5-File-pushd>=0:${PORTSDIR}/devel/p5-File-pushd
TEST_DEPENDS= p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \
p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= yes
MAN3= Git::Wrapper.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500905
BUILD_DEPENDS+= p5-IPC-Cmd>0:${PORTSDIR}/devel/p5-IPC-Cmd
RUN_DEPENDS+= p5-IPC-Cmd>0:${PORTSDIR}/devel/p5-IPC-Cmd
.endif
.include <bsd.port.post.mk>
|