2010-11-16 03:52:43 +01:00
|
|
|
# New ports collection makefile for: p5-Git-Wrapper
|
|
|
|
# Date created: 2010-11-12
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Git-Wrapper
|
2011-09-30 03:39:52 +02:00
|
|
|
PORTVERSION= 0.017
|
2011-10-06 20:06:01 +02:00
|
|
|
PORTREVISION= 1
|
2010-11-16 03:52:43 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-11-26 22:15:47 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2010-11-16 03:52:43 +01:00
|
|
|
COMMENT= Wrap git(7) command-line interface
|
|
|
|
|
2011-10-06 20:06:01 +02:00
|
|
|
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
|
2010-11-16 03:52:43 +01:00
|
|
|
RUN_DEPENDS= git>=0:${PORTSDIR}/devel/git \
|
2011-10-06 20:06:01 +02:00
|
|
|
p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions \
|
2010-11-16 03:52:43 +01:00
|
|
|
p5-File-pushd>=0:${PORTSDIR}/devel/p5-File-pushd
|
|
|
|
|
2011-10-06 20:06:01 +02:00
|
|
|
TEST_DEPENDS= p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep
|
2011-07-20 10:09:48 +02:00
|
|
|
|
2010-11-16 03:52:43 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Git::Wrapper.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|