Ticket #27633: Portfile.6

File Portfile.6, 1021 bytes (added by rinkevichjm@…, 13 years ago)

hs-tar/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       tar 0.3.1.0
7maintainers         nomaintainer
8description         TAR archive library
9long_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.
15platforms           darwin
16
17checksums           md5     10b54856495f9ef0a42aa270085c7d5e \
18                    sha1    25a3e5279f9b2fff27218e6ca6ad44ab005ed7ff \
19                    rmd160  622d3837298dfb0809154e9aa82b659547480f44
20
21depends_lib     port:ghc
22
23universal_variant       no
24
25configure.args-append   -v --enable-library-profiling   \
26                        --with-gcc=${configure.cc}
27
28build.args-append   -v
29