freebsd-ports/devel/p5-Search-Binary/Makefile
Andrej Zverev 12e5d49947 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 12:55:03 +00:00

20 lines
406 B
Makefile

# 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
pre-patch:
@${REINPLACE_CMD} -i '' -e 's|Seach|Search|' \
${WRKSRC}/Binary.pm
.include <bsd.port.mk>