45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
# 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.025
|
|
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-Env-Path>=0:${PORTSDIR}/devel/p5-Env-Path \
|
|
p5-File-pushd>=0:${PORTSDIR}/devel/p5-File-pushd \
|
|
p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
|
|
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
|
p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Git::Wrapper.3 \
|
|
Git::Wrapper::Exception.3 \
|
|
Git::Wrapper::File::RawModification.3 \
|
|
Git::Wrapper::Log.3 \
|
|
Git::Wrapper::Status.3 \
|
|
Git::Wrapper::Statuses.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501000
|
|
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>
|