summaryrefslogtreecommitdiff
path: root/security/hs-crypto-api/Makefile
blob: 357619f65a90c53e58b7b2277c395daeb8991354 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=	crypto-api
PORTVERSION=	0.12.1
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Generic interface for cryptographic operations

LICENSE=	BSD

USE_CABAL=	cereal>=0.2 entropy tagged>=0.1 transformers

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