opnsense-ports/security/hs-nonce/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

15 lines
313 B
Makefile

# $FreeBSD$
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 <bsd.port.mk>