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

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

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

LICENSE=    BSD3CLAUSE

USE_CABAL=  cereal>=0.2 entropy tagged>=0.1

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