mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
18 lines
295 B
Makefile
18 lines
295 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= re2c
|
|
PORTVERSION= 0.14.3
|
|
CATEGORIES= devel
|
|
#MASTER_SITES= SF
|
|
|
|
MAINTAINER= chalpin@cs.wisc.edu
|
|
COMMENT= Compile regular expression to C (much faster final code than flex)
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES+= gmake
|
|
PLIST_FILES= bin/re2c man/man1/re2c.1.gz
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|