aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-conduit-combinators/Makefile
blob: c5f79cb561987cc61d97aab3527b1de7333a342e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	conduit-combinators
PORTVERSION=	1.0.3
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Commonly used conduit functions, for both chunked and unchunked data

LICENSE=	MIT

USE_CABAL=	base16-bytestring base64-bytestring>=0.1.1.1 chunked-data \
		conduit>=1.2.2 conduit-extra>=1.1.1 monad-control \
		mono-traversable>=0.4 mwc-random primitive resourcet \
		text transformers-base unix-compat vector void

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