30 lines
663 B
Makefile
Raw Normal View History

2016-01-20 16:20:43 +00:00
# $OpenBSD: Makefile,v 1.9 2016/01/20 16:20:43 kili Exp $
COMMENT = asynchronous IO operations
# 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
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
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
.include <bsd.port.mk>