22 lines
535 B
Makefile
22 lines
535 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/01/20 18:05:02 kili Exp $
|
|
|
|
COMMENT= prototype compiler for the Feldspar DSL
|
|
|
|
DISTNAME= feldspar-compiler-0.6.0.2
|
|
REVISION= 0
|
|
|
|
WANTLIB += c m pthread util
|
|
|
|
MODULES+= converters/libiconv
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/hs-MonadCatchIO-mtl \
|
|
devel/hs-ansi-terminal \
|
|
devel/hs-hint \
|
|
devel/hs-mtl \
|
|
lang/feldspar/language>=0.6,<0.7 \
|
|
lang/hs-haskell-src-exts>=1.12 \
|
|
lang/hs-syntactic>=1.4,<1.5
|
|
|
|
.include <bsd.port.mk>
|