1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/sid/Makefile
Martin Wilke a3d38765f0 Sid is a LL(1) parser generator that turns specifications of languages into
programs that recognise those languages. One of the aims of sid was to separate
the specification of the language to be recognised from the language that the
recogniser program is written in. For this reason, input to sid is split into
two components: output language independent information, and output language
dependent information.

PR:		ports/113128
Submitted by:	The Akuma Project
2007-06-06 06:00:31 +00:00

26 lines
435 B
Makefile

# New ports collection makefile for: sid
# Date created: 29 May 2007
# Whom: The Akuma Project
#
# $FreeBSD$
#
PORTNAME= sid
PORTVERSION= 1.10.0
CATEGORIES= devel
MASTER_SITES= http://www.akumaproject.org/download/
MAINTAINER= ports@akumaproject.org
COMMENT= A LL(1) parser generator
CONFLICTS= TenDRA-4.2*
INSTALL_TARGET= install DESTDIR=${PREFIX}
USE_PERL5= yes
MAN1= sid.1
PLIST_FILES= bin/sid
.include <bsd.port.mk>