aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/hs-zlib-enum/Makefile
blob: 92d4493c6e3e9a5b27c5b5c3e65ff0825a8e29b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=   zlib-enum
PORTVERSION=    0.2.3
CATEGORIES= archivers haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Enumerator interface for zlib compression

LICENSE=    MIT

CABAL_SETUP=    Setup.hs

USE_CABAL=  enumerator transformers>=0.2 zlib-bindings

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>