1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/textproc/p5-Text-Match-FastAlternatives/Makefile
Mathieu Arnold ba6cb2390b - Convert to staging (as a user)
- Add license
- Pet portlint

Sponsored by:	Absolight
2014-01-24 14:59:10 +00:00

17 lines
310 B
Makefile

# Created by: 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
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>