aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Search-Binary/Makefile
blob: 8c559b391e5a9105bfe23ce2a9fb946b8d522950 (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
# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD$

PORTNAME=	Search-Binary
PORTVERSION=	0.95
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	Perl module that implements a generic binary search algorithm

USES=		perl5
USE_PERL5=	configure

MAN3=		Search::Binary.3

NO_STAGE=	yes
pre-patch:
	@${REINPLACE_CMD} -i '' -e 's|Seach|Search|' \
		${WRKSRC}/Binary.pm

.include <bsd.port.mk>