pkgsrc/devel/hs-async/Makefile
pho 042f6c2564 Update to async-2.2.3
* Documentation fixes
2021-04-23 09:55:49 +00:00

12 lines
332 B
Makefile

# $NetBSD: Makefile,v 1.3 2021/04/23 09:55:49 pho Exp $
DISTNAME= async-2.2.3
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"