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

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

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

LICENSE=    BSD3CLAUSE

USE_CABAL=  cereal conduit conduit-extra crypto-api resourcet

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