Ticket #27633: Portfile

File Portfile, 1.0 KB (added by rinkevichjm@…, 13 years ago)

hs-deepseq/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       deepseq 1.1.0.2
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     90b66480f0eb659c1db209ee703e0162 \
18                    sha1    7105596d04d5c730da33280f22379069233585d3 \
19                    rmd160  b4c41a1a7a13aedd2f42ba3499e693aa5315ed39
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