mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
d9b8b506f8
- For CPlusParser generator, catched exception in case of exceeded max token length. In the past, exceeded token length lead to seg faults ...
20 lines
343 B
Makefile
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>
|