aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Git-Repository/Makefile
blob: fefe0394d2b98057847a030225a7c23d3caa44a0 (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
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Git-Repository
PORTVERSION=	1.324
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Perl interface to Git repositories

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	git:devel/git \
		p5-Git-Version-Compare>=1.001:devel/p5-Git-Version-Compare \
		p5-System-Command>=1.118:devel/p5-System-Command \
		p5-namespace-clean>=0:devel/p5-namespace-clean
TEST_DEPENDS=	p5-Test-Requires-Git>=1.005:devel/p5-Test-Requires-Git

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>