blob: e8911d10f96bd728a125e851583f713dddffb7f3 (
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= 3
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= 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>
|