freebsd-ports/textproc/reflex/Makefile
Sunpoet Po-Chuan Hsieh a6132c1873 Update to 20191123
- Update MASTER_SITES
- Update WWW

Changes:	https://invisible-island.net/reflex/NEWS.html
2020-02-28 19:22:35 +00:00

22 lines
422 B
Makefile

# Created by: bf@FreeBSD.org
# $FreeBSD$
PORTNAME= reflex
PORTVERSION= 20191123
CATEGORIES= textproc
MASTER_SITES= https://invisible-mirror.net/archives/reflex/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Relocalizable fast lexical scanner
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:tgz
CONFIGURE_ENV= YACC="${YACC}"
GNU_CONFIGURE= yes
TEST_TARGET= bigcheck
.include <bsd.port.mk>