# $FreeBSD: head/security/hs-nonce/Makefile 394918 2015-08-20 23:02:14Z pgj $ PORTNAME= nonce PORTVERSION= 1.0.2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Generate cryptographic nonces LICENSE= BSD3CLAUSE USE_CABAL= base64-bytestring cprng-aes>=0.5 crypto-random text>=0.9 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include