14 lines
396 B
Makefile
14 lines
396 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/02/26 03:58:24 pho Exp $
|
|
|
|
DISTNAME= typed-process-0.2.8.0
|
|
PKGREVISION= 2
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Run external processes, with strong typing of streams
|
|
LICENSE= mit
|
|
|
|
.include "../../devel/hs-async/buildlink3.mk"
|
|
.include "../../devel/hs-unliftio-core/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|