ea1cda8b4b
but with a much faster parser. Add two modules it needs: - p5-List-Flatten, which flattens nested arrays into a single list - p5-Regexp-Lexer, a regexp lexer that lexes regexps.
17 lines
338 B
Makefile
17 lines
338 B
Makefile
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= List-Flatten
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:OBRADOVIC
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Interpolate array references in a list
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|