View | Details | Raw Unified | Return to bug 233276 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +5 lines)
Lines 12-17 Link Here
12
COMMENT=	Binary search through svn revisions
12
COMMENT=	Binary search through svn revisions
13
13
14
LICENSE=	ART20
14
LICENSE=	ART20
15
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
16
BUILD_DEPENDS=	${RUN_DEPENDS}
17
BUILD_DEPENDS=	${RUN_DEPENDS}
17
RUN_DEPENDS=	p5-IO-All>0:devel/p5-IO-All \
18
RUN_DEPENDS=	p5-IO-All>0:devel/p5-IO-All \
Lines 21-26 Link Here
21
		p5-Test-Output>=0:devel/p5-Test-Output
22
		p5-Test-Output>=0:devel/p5-Test-Output
22
23
23
USES=		perl5
24
USES=		perl5
24
USE_PERL5=	configure
25
USE_PERL5=	configure shebangfix
25
26
27
NO_ARCH=	yes
28
SHEBANG_FILES=	bin/svn-bisect
29
26
.include <bsd.port.mk>
30
.include <bsd.port.mk>

Return to bug 233276