aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/hs-zlib-conduit/Makefile
blob: ce8ac760bf152babd8a107a776c8ae45a6187f95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    hs-zlib-conduit
# Date created:             December 30, 2011
# Whom:                 haskell@FreeBSD.org
#
# $FreeBSD$

PORTNAME=   zlib-conduit
PORTVERSION=    0.4.0.1
CATEGORIES= archivers haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Streaming compression/decompression via conduits

LICENSE=    BSD

USE_CABAL=  conduit>=0.4 transformers>=0.2.2 zlib-bindings>=0.1

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