3b5e3e8d17
Bump NEED_VERSION.
24 lines
574 B
Makefile
24 lines
574 B
Makefile
# $OpenBSD: Makefile,v 1.9 2000/03/24 23:28:12 espie Exp $
|
|
|
|
BROKEN= does not handle v2.04 of its dependency ocamlc. Also need to make sure it works with a stdin of null
|
|
|
|
DISTNAME= camlp4
|
|
PKGNAME= camlp4-2.04
|
|
CATEGORIES= lang
|
|
NEED_VERSION= 1.230
|
|
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/Daniel.de_Rauglaudre/Camlp4/
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
BUILD_DEPENDS= ocamlc::lang/ocaml
|
|
|
|
IS_INTERACTIVE= Yes
|
|
NO_PACKAGE= interactive port
|
|
HAS_CONFIGURE= Yes
|
|
USE_GMAKE= Yes
|
|
ALL_TARGET= world bootstrap opt
|
|
|
|
WRKDIST= ${WRKDIR}/camlp4-2.04
|
|
|
|
.include <bsd.port.mk>
|