forked from Lainports/opnsense-ports
15 lines
292 B
Makefile
15 lines
292 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= async
|
|
PORTVERSION= 2.0.2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Run IO operations asynchronously and wait for their results
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= stm>=2.2
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|