openbsd-ports/devel/hs-concurrent-extra/Makefile
kili 9ceb748da0 Relax dependencies and bump.
Set NO_REGRESS until --enable-tests will be set by default.
2012-12-02 20:46:08 +00:00

28 lines
665 B
Makefile

# $OpenBSD: Makefile,v 1.4 2012/12/02 20:46:08 kili Exp $
COMMENT = extra concurrency primitives
DISTNAME = concurrent-extra-0.7.0.4
REVISION = 2
CATEGORIES = devel
# BSD3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = 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_REGRESS = Yes
.include <bsd.port.mk>