Update security/stoken to version 0.92
[dports.git] / security / hs-crypto-api / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       crypto-api
4 PORTVERSION=    0.13.2
5 PORTREVISION=   2
6 CATEGORIES=     security haskell
7
8 MAINTAINER=     haskell@FreeBSD.org
9 COMMENT=        Generic interface for cryptographic operations
10
11 LICENSE=        BSD3CLAUSE
12
13 USE_CABAL=      cereal>=0.2 entropy tagged>=0.1
14
15 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
16 .include <bsd.port.mk>