1 | # $Id: Portfile 65849 2010-04-02 03:49:11Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | PortGroup haskell 1.0 |
---|
6 | haskell.setup deepseq 1.1.0.2 |
---|
7 | maintainers nomaintainer |
---|
8 | description TAR archive library |
---|
9 | long_description \ |
---|
10 | This library is for working with ".tar" archive files. It can read and write \ |
---|
11 | a range of common variations of archive format including V7, USTAR, POSIX and \ |
---|
12 | GNU formats. It provides support for packing and unpacking portable archives. \ |
---|
13 | This makes it suitable for distribution but not backup because details like \ |
---|
14 | file ownership and exact permissions are not preserved. |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | checksums md5 90b66480f0eb659c1db209ee703e0162 \ |
---|
18 | sha1 7105596d04d5c730da33280f22379069233585d3 \ |
---|
19 | rmd160 b4c41a1a7a13aedd2f42ba3499e693aa5315ed39 |
---|
20 | |
---|
21 | depends_lib port:ghc |
---|
22 | |
---|
23 | universal_variant no |
---|
24 | |
---|
25 | configure.args-append -v --enable-library-profiling \ |
---|
26 | --with-gcc=${configure.cc} |
---|
27 | |
---|
28 | build.args-append -v |
---|
29 | |
---|