aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/hs-zlib-enum/Makefile
blob: 1d28b3e13463e7daf1d49a0e22d060bf7c33942c (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=   1
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>