freebsd-ports/devel/p5-List-BinarySearch/Makefile
Po-Chuan Hsieh f41a587ce4
devel/p5-List-BinarySearch: Add p5-List-BinarySearch 0.25
List::BinarySearch performs a binary search on an array.

The binary search algorithm implemented in this module is known as a Deferred
Detection variant on the traditional Binary Search. Deferred Detection provides
stable searches.

WWW: https://metacpan.org/release/List-BinarySearch
2021-04-29 22:23:29 +08:00

20 lines
353 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= List-BinarySearch
PORTVERSION= 0.25
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Binary Search within a sorted array
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>