aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bnf/Makefile
blob: dcb4f15e28ed2c788dc19f843f2f9b6aadf966f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Frerich Raabe <frerich.raabe@gmx.de>
# $FreeBSD$

PORTNAME=   bnf
PORTVERSION=    1.6.10
CATEGORIES= devel
MASTER_SITES=   SAVANNAH

MAINTAINER= ports@FreeBSD.org
COMMENT=    Generate C parser given a grammar in BNF notation

LICENSE=    GPLv2

USES=       makeinfo
GNU_CONFIGURE=  yes

INFO=       bnf
PLIST_FILES=    bin/bnf

.include <bsd.port.mk>