kili d7def8066d Let portroach ignore ports on which meta/haskell-platform depends.
Except lang/ghc for now (in case someone doesn't like my diff on ports@).
2016-01-29 20:28:07 +00:00

27 lines
533 B
Makefile

# $OpenBSD: Makefile,v 1.23 2016/01/29 20:28:07 kili Exp $
BROKEN-i386 = needs a fixed rts/Linker.c in ghc
COMMENT = functional graph library
# Dependency of meta/haskell-platform.
# Please do *not* update without thinking.
PORTROACH = ignore:1
DISTNAME = fgl-5.5.2.3
REVISION = 0
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
MODGHC_PACKAGE_KEY = 1PvuJSbzF40BnsvFgNAS4e
.include <bsd.port.mk>