aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Regexp-Lexer/Makefile
blob: 2d0a4665c16353169f4dad97c4ca5b7c797c35d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	Regexp-Lexer
PORTVERSION=	0.05
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MOZNION
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Lexer for Perl regular expressions
WWW=		https://metacpan.org/pod/Regexp::Lexer

TEST_DEPENDS=	p5-Test-Deep>=0:devel/p5-Test-Deep

USES=		perl5
USE_PERL5=	modbuildtiny

NO_ARCH=	yes

.include <bsd.port.mk>