I think a lot of those are just there because lang/feldspar, which is unbuildable since the last ghc update, IIRC.
19 lines
357 B
Makefile
19 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.8 2015/09/20 21:16:14 kili Exp $
|
|
|
|
BROKEN = needs an update, not used by anything useful
|
|
|
|
COMMENT = Haskell 98 contravariant functors
|
|
|
|
DISTNAME = contravariant-0.2.0.2
|
|
REVISION = 2
|
|
CATEGORIES = devel
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|