openbsd-ports/devel/hs-concurrent-extra/Makefile
2013-03-11 10:50:00 +00:00

25 lines
583 B
Makefile

# $OpenBSD: Makefile,v 1.6 2013/03/11 10:50:07 espie Exp $
COMMENT = extra concurrency primitives
DISTNAME = concurrent-extra-0.7.0.4
REVISION = 3
CATEGORIES = devel
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/hs-base-unicode-symbols>=0.1.1,<0.3 \
devel/hs-stm>=2.1.2.1,<2.5 \
devel/hs-unbounded-delays
# Needs --enable-test, which will probably set by ghc.port.mk soon
# (when I have some numbers about build times).
NO_TEST = Yes
.include <bsd.port.mk>