freebsd-ports/textproc/p5-Text-Match-FastAlternatives/Makefile
Kevin Lo f6f0bd4e97 Initial import of p5-Text-Match-FastAlternative 0.14
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.
2010-04-30 05:01:28 +00:00

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>