414809701d
Extends the "process" package. Read process input and output as ByteStrings or Text, or write your own ProcessOutput instance. Lazy process input and output. ProcessMaker class for more flexibility in the process creation API.
14 lines
400 B
Makefile
14 lines
400 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/05/05 11:46:54 pho Exp $
|
|
|
|
DISTNAME= process-extras-0.7.4
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Process extras
|
|
LICENSE= mit
|
|
|
|
.include "../../devel/hs-data-default/buildlink3.mk"
|
|
.include "../../devel/hs-generic-deriving/buildlink3.mk"
|
|
.include "../../devel/hs-ListLike/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|