1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/devel/p5-Git-Repository/Makefile
2014-01-17 14:59:49 +00:00

27 lines
653 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= Git-Repository
PORTVERSION= 1.310
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BOOK
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to Git repositories
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git \
p5-System-Command>=1.103:${PORTSDIR}/devel/p5-System-Command
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>