blob: be9500482814473045c9eb792e7f8586164b7637 (
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= 4
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>
|