mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
7ae9a68da0
- Add LICENSE=GPLv2
24 lines
396 B
Makefile
24 lines
396 B
Makefile
# New ports collection makefile for: bnf
|
|
# Date created: 22 May 2003
|
|
# Whom: 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>
|