mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
19 lines
441 B
Makefile
19 lines
441 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= DRBG
|
|
PORTVERSION= 0.5.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= security haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Deterministic random bit generator based HMACs, Hashes, and Ciphers
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= cereal>=0.2 cipher-aes128>=0.6 crypto-api>=0.13 \
|
|
cryptohash-cryptoapi>=0.1 entropy mtl>=2.0 parallel \
|
|
prettyclass tagged>=0.2
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|