22 lines
435 B
Makefile
22 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>
|