summaryrefslogtreecommitdiff
path: root/devel/ragel/Makefile
blob: efd4f8e4d5eedba59da0e94b7b17ed477ddbdb67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ex:ts=8
# Ports collection makefile for:	ragel
# Date created:			Mar 6, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	ragel
PORTVERSION=	1.2.2
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>