aboutsummaryrefslogtreecommitdiff
path: root/textproc/reflex/Makefile
blob: 0938a5514f5eb48ac46764bc6560777d0cb0dde2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	reflex
PORTVERSION=	20230206
CATEGORIES=	textproc
MASTER_SITES=	https://invisible-mirror.net/archives/reflex/ \
		LOCAL/sunpoet

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Relocalizable fast lexical scanner
WWW=		https://invisible-island.net/reflex/

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		tar:tgz

GNU_CONFIGURE=	yes
TEST_TARGET=	bigcheck

.include <bsd.port.mk>