pkgsrc/devel/ragel/Makefile
minskim c2624f6887 Update ragel to 6.3. Patches provided by Matthias-Christian Ott.
Too many changes and bug fixes since 5.21.  See
http://www.complang.org/ragel/ChangeLog for the complete list.
2008-10-14 08:35:18 +00:00

15 lines
347 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/10/14 08:35:18 minskim Exp $
DISTNAME= ragel-6.3
CATEGORIES= devel
MASTER_SITES= http://complang.org/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"