pkgsrc/devel/hs-unix-compat/Makefile
pho ad0e8f7c9e Import unix-compat-0.5.2 from wip
This package provides portable implementations of parts of the unix
package. This package re-exports the unix package when available. When
it isn't available, portable implementations are used.
2020-01-03 06:48:10 +00:00

11 lines
264 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/03 06:48:10 pho Exp $
DISTNAME= unix-compat-0.5.2
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Portable POSIX-compatibility layer
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"