pkgsrc/devel/hs-echo/Makefile
pho df1b7f1aac Import echo-0.1.3
Exports functions that handle whether or not terminal input is echoed
in a way that should be portable across different platforms and
consoles.
2020-01-18 22:57:04 +00:00

11 lines
289 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/18 22:57:04 pho Exp $
DISTNAME= echo-0.1.3
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Cross-platform, cross-console way to handle echoing terminal input
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"