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

15 lines
293 B
Makefile

# $FreeBSD$
PORTNAME= crypto-random
PORTVERSION= 0.0.9
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Simple cryptographic random related types
LICENSE= BSD3CLAUSE
USE_CABAL= securemem vector
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>