aboutsummaryrefslogtreecommitdiffstats
path: root/security/hs-crypto-conduit/Makefile
blob: 832fc819d6ad578ce207c72e389460700da12131 (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.0
CATEGORIES= security haskell

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

LICENSE=    BSD

CABAL_SETUP=    Setup.hs

USE_CABAL=  cereal>=0.3 conduit>=1.0 crypto-api>=0.9 transformers>=0.2

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