1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/sid/Makefile
Pav Lucistnik 8c2aab382d - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-22 19:49:43 +00:00

27 lines
457 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}
MAKE_JOBS_UNSAFE= yes
USE_PERL5= yes
MAN1= sid.1
PLIST_FILES= bin/sid
.include <bsd.port.mk>