mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
26 lines
462 B
Makefile
26 lines
462 B
Makefile
# Created by: The Akuma Project
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sid
|
|
PORTVERSION= 1.10.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.akumaproject.org/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A LL(1) parser generator
|
|
|
|
DEPRECATED= No more upstream, no more public distfiles
|
|
EXPIRATION_DATE= 2013-02-27
|
|
|
|
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>
|