pkgsrc/devel/hs-async/Makefile
pho 4892bf79fd Remove dependency on devel/hs-stm
It's now part of GHC.
2020-01-11 10:38:32 +00:00

12 lines
332 B
Makefile

# $NetBSD: Makefile,v 1.2 2020/01/11 10:43:22 pho Exp $
DISTNAME= async-2.2.2
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Run IO operations asynchronously and wait for their results
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../devel/hs-hashable/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"