f3e24282c0
into memory as strict or lazy ByteStrings, using the virtual memory subsystem to do on-demand loading. ok matthew, sthen.
22 lines
487 B
Makefile
22 lines
487 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/08/30 20:51:27 kili Exp $
|
|
|
|
COMMENT = mmap support for strict ByteStrings
|
|
|
|
DISTNAME = bytestring-mmap-0.2.2
|
|
CATEGORIES = devel
|
|
HOMEPAGE = http://code.haskell.org/~dons/code/bytestring-mmap/
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|