Ticket #27633: Portfile.5

File Portfile.5, 937 bytes (added by rinkevichjm@…, 13 years ago)

hs-mmap/Portfile

Line 
1# $Id: Portfile 65849 2010-04-02 03:49:11Z ryandesign@macports.org $
2
3PortSystem 1.0
4
5PortGroup           haskell 1.0
6haskell.setup       mmap 0.5.4
7maintainers         nomaintainer
8description         Memory mapped files for POSIX and Windows
9long_description \
10        This library provides a wrapper to mmap(2) or MapViewOfFile,    \
11        allowing files or devices to be lazily loaded into memory as    \
12        strict or lazy ByteStrings, ForeignPtrs or plain Ptrs, using    \
13        the virtual memory subsystem to do on-demand loading.           \
14        Modifications are also supported.
15
16platforms           darwin
17
18checksums           md5     10b7f62d96e7f1b83dac4dfc66cb4f97 \
19                    sha1    2180a65eb6a438d1b1c2d6c179dffe0986dda94e \
20                    rmd160  405d9a2489afc7e8d692611f5f4f8cf113c5d1ee
21
22depends_lib     port:ghc
23
24universal_variant       no
25
26configure.args-append   -v --enable-library-profiling   \
27                        --with-gcc=${configure.cc}
28
29build.args-append   -v
30