freebsd-ports/devel/p5-Regexp-Trie/Makefile
Sunpoet Po-Chuan Hsieh 1737f0bca2 Add p5-Regexp-Trie 0.02
Regexp::Trie is a faster but simpler version of Regexp::Assemble or
Regexp::Optimizer. It builds a trie-ized regexp as above.

This module is faster than Regexp::Assemble but you can only add literals. a+b
is treated as a\+b, not "more than one a's followed by b".

WWW: https://metacpan.org/release/Regexp-Trie
2019-02-05 13:47:43 +00:00

21 lines
347 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Regexp-Trie
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Builds trie-ized regexp
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>