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