aboutsummaryrefslogtreecommitdiffstats
path: root/security/hs-crypto-conduit/Makefile
blob: 5e16885bf48b4e35f952af04b010183739b6a902 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=   crypto-conduit
PORTVERSION=    0.5.4
PORTREVISION=   1
CATEGORIES= security haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Conduit interface for cryptographic operations (from crypto-api)

LICENSE=    BSD3CLAUSE

USE_CABAL=  cereal>=0.3 conduit>=1.0 conduit-extra>=1.1 crypto-api>=0.9 \
        resourcet

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