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

PORTNAME=	crypto-api
PORTVERSION=	0.12.1
PORTREVISION=	3
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>