kili c3e8ee7e7f Mark as broken, because an update would need yet another hs- port
(tree-view). This also disables the build of the depending ports
feldspar-compiler (already disabled by marking hs-ghc-mtl as broken)
and feldspar-language.
2014-12-28 12:16:27 +00:00

25 lines
511 B
Makefile

# $OpenBSD: Makefile,v 1.6 2014/12/28 12:16:27 kili Exp $
BROKEN = update needs new dependency hs-tree-view
COMMENT = abstract syntax and utilities for embedded languages
DISTNAME = syntactic-1.4
REVISION = 1
CATEGORIES = devel lang
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/hs-constraints \
devel/hs-data-hash \
devel/hs-mtl>=2,<3 \
devel/hs-tuple>=0.2
.include <bsd.port.mk>