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

PORTNAME=   conduit-combinators
PORTVERSION=    1.3.0
PORTREVISION=   2
CATEGORIES= devel haskell

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

LICENSE=    MIT

DEPRECATED=     Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org
EXPIRATION_DATE=    2019-04-14

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 \
        transformers-base unix-compat vector void

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