710b835e31
This package is part of the Haskell Core Libraries. It includes the System.Posix and System.Sendfile modules, both of which provide an interface over native POSIX operating system calls.
12 lines
329 B
Makefile
12 lines
329 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/08/03 18:52:02 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= unix-1.0.20060515
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
COMMENT= Haskell abstraction for POSIX functionality
|
|
HOMEPAGE= http://www.haskell.org/ghc/docs/6.0/html/unix/index.html
|
|
|
|
.include "../../lang/hugs/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|