f6f0bd4e97
This module allows you to search for any of a list of substrings ("keys") in a larger string. It is particularly efficient when the set of keys is large.
21 lines
435 B
Makefile
21 lines
435 B
Makefile
# New ports collection makefile for: p5-Text-Match-FastAlternatives
|
|
# Date created: 30 April 2010
|
|
# Whom: Kevin Lo <kevlo@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-Match-FastAlternatives
|
|
PORTVERSION= 1.04
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
COMMENT= Efficient search for many strings
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Text::Match::FastAlternatives.3
|
|
|
|
.include <bsd.port.mk>
|