Ticket #42082: Portfile.hs-juicypixels

File Portfile.hs-juicypixels, 918 bytes (added by J.Gilbey@…, 9 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 131201 2015-01-06 19:52:47Z cal@macports.org $
3
4PortSystem          1.0
5PortGroup           haskell 1.0
6
7haskell.setup       JuicyPixels 3.2.2
8checksums           rmd160  820d86dabc1fee424b7038184d648aaf8f326071 \
9                    sha256  1f3958b348eeecf928c91049af67cb504110e351b3f0b5225de3c403df21ad90
10
11maintainers         nomaintainer
12platforms           darwin
13license             BSD
14
15description         Library for loading and storing images in several formats
16long_description    \
17    This library can load and store images PNG, Bitmap, Jpeg, Radiance, \
18    Tiff and Gif formats.
19
20depends_lib-append  port:hs-binary \
21                    port:hs-mmap \
22                    port:hs-mtl \
23                    port:hs-vector \
24                    port:hs-zlib