2016-01-20 16:20:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2016/01/20 16:20:43 kili Exp $
|
2012-12-02 20:10:22 +00:00
|
|
|
|
|
|
|
COMMENT = asynchronous IO operations
|
|
|
|
|
2014-06-19 18:58:01 +00:00
|
|
|
# Dependency of meta/haskell-platform.
|
|
|
|
# Please do *not* update without thinking.
|
2015-09-19 07:53:09 +00:00
|
|
|
DISTNAME = async-2.0.2
|
2016-01-20 16:20:43 +00:00
|
|
|
REVISION = 1
|
2012-12-02 20:10:22 +00:00
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
|
|
|
|
# BSD3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ghc
|
|
|
|
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
2015-12-20 11:24:56 +00:00
|
|
|
MODGHC_PACKAGE_KEY = DTdw00O3YMaL0S98EkJDXS
|
2015-09-19 07:53:09 +00:00
|
|
|
|
2012-12-02 20:10:22 +00:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS = devel/hs-stm>=2.2,<2.5
|
|
|
|
|
|
|
|
# Needs --enable-test, which will probably set by ghc.port.mk soon
|
|
|
|
# (when I have some numbers about build times).
|
2013-03-11 10:50:00 +00:00
|
|
|
NO_TEST = Yes
|
2012-12-02 20:10:22 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|