ad0e8f7c9e
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.
11 lines
264 B
Makefile
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"
|