26 lines
539 B
Makefile
26 lines
539 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/03/11 10:50:06 espie Exp $
|
|
|
|
COMMENT = asynchronous IO operations
|
|
|
|
DISTNAME = async-2.0.1.3
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
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).
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|