blob: 0ab9fb856d98ffa79607305ce3d30970a83db930 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.8 2022/02/26 03:57:48 pho Exp $
DISTNAME= async-2.2.4
PKGREVISION= 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"
|