f7c8f40a1b
Ragel State Machine Compiler
21 lines
313 B
Makefile
21 lines
313 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: ragel
|
|
# Date created: Mar 6, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ragel
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.ragel.ca/ragel/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_BISON= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|