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

PORTNAME=   zlib-enum
PORTVERSION=    0.2.3.1
PORTREVISION=   4
CATEGORIES= archivers haskell

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

LICENSE=    MIT

USE_CABAL=  enumerator>=0.4 zlib-bindings>=0.1

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