View | Details | Raw Unified | Return to bug 165184
Collapse All | Expand All

(-)Makefile (-3 / +7 lines)
Lines 16-27 Link Here
16
MAINTAINER=	clsung@FreeBSD.org
16
MAINTAINER=	clsung@FreeBSD.org
17
COMMENT=	A Pure Perl interface to Git repositories
17
COMMENT=	A Pure Perl interface to Git repositories
18
18
19
RUN_DEPENDS=	p5-Archive-Extract>=0:${PORTSDIR}/archivers/p5-Archive-Extract \
19
BUILD_DEPENDS=	p5-Archive-Extract>=0:${PORTSDIR}/archivers/p5-Archive-Extract \
20
		p5-Data-Stream-Bulk>=0:${PORTSDIR}/devel/p5-Data-Stream-Bulk \
20
		p5-Data-Stream-Bulk>=0:${PORTSDIR}/devel/p5-Data-Stream-Bulk \
21
		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
21
		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
22
		p5-MooseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \
22
		p5-MooseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \
23
		p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class
23
		p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \
24
BUILD_DEPENDS=	${RUN_DEPENDS}
24
		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
25
		p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
26
		p5-File-Find-Rule>0:${PORTSDIR}/devel/p5-File-Find-Rule \
27
		p5-IO-Digest>0:${PORTSDIR}/devel/p5-IO-Digest
28
RUN_DEPENDS:=	${BUILD_DEPENDS}
25
29
26
PERL_CONFIGURE=	yes
30
PERL_CONFIGURE=	yes

Return to bug 165184