1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/devel/dragon/Makefile
Björn Lemke d9b8b506f8 devel/dragon: update 1.5.4 -> 1.5.5
- For CPlusParser generator, catched exception in case of exceeded
  max token length. In the past, exceeded token length lead to seg
  faults ...
2021-06-06 13:20:01 +02:00

20 lines
343 B
Makefile

PORTNAME= dragon
PORTVERSION= 1.5.5
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= pi@FreeBSD.org
COMMENT= Combined C++ scanner/parser generator for LR compliant grammars
LICENSE= GPLv3
LIB_DEPENDS= liblfcbase.so:devel/lfcbase
GNU_CONFIGURE= yes
PLIST_FILES= bin/dragon
MAKE_JOBS_UNSAFE=yes
.include <bsd.port.mk>