freebsd-ports/devel/p5-List-Flatten/Makefile
Adam Weinberger ea1cda8b4b Add textproc/p5-Perl-Lint, a very fast Perl linter. Uses the p5-Perl-Critic heuristics
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.
2015-03-28 20:00:43 +00:00

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>