mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
2d8b17ea39
With hat: portmgr
20 lines
322 B
Makefile
20 lines
322 B
Makefile
# 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
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= bnf
|
|
PLIST_FILES= bin/bnf
|
|
|
|
.include <bsd.port.mk>
|