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

PORTNAME=	crypto-api
PORTVERSION=	0.10.2
PORTREVISION=	2
CATEGORIES=	security haskell

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

LICENSE=	BSD

CABAL_SETUP=	Setup.hs

USE_CABAL=	cereal>=0.2 entropy largeword>=1.0.0 tagged>=0.1

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