2d8b17ea39
With hat: portmgr
16 lines
233 B
Makefile
16 lines
233 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ebnf2yacc
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= EBNF to YACC
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/ebnf2yacc
|
|
|
|
.include <bsd.port.mk>
|