ports/textproc/reflex/Makefile

20 lines
443 B
Makefile

PORTNAME= reflex
PORTVERSION= 20240906
CATEGORIES= textproc
MASTER_SITES= https://invisible-island.net/archives/reflex/ \
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>