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 tar 0.3.1.0 |
---|
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 10b54856495f9ef0a42aa270085c7d5e \ |
---|
18 | sha1 25a3e5279f9b2fff27218e6ca6ad44ab005ed7ff \ |
---|
19 | rmd160 622d3837298dfb0809154e9aa82b659547480f44 |
---|
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 | |
---|