dbb34c78c8
Ragel compiles finite state machines from regular languages into executable C, C++, Objective-C, D, Java, or Ruby code. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular language. Code embedding is done using inline operators that do not disrupt the regular language syntax.
15 lines
367 B
Makefile
15 lines
367 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/05/25 23:37:45 minskim Exp $
|
|
|
|
DISTNAME= ragel-5.21
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.cs.queensu.ca/~thurston/ragel/
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://www.cs.queensu.ca/~thurston/ragel/
|
|
COMMENT= State machine compiler
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|