opnsense-ports/security/hs-cryptohash-sha256/Makefile
Franco Fichtner cdf9952906 */*: sync with upstream
Taken from: HardenedBSD
2017-08-09 06:23:35 +02:00

13 lines
308 B
Makefile

# $FreeBSD$
PORTNAME= cryptohash-sha256
PORTVERSION= 0.11.100.1
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A practical incremental and one-pass, pure API to the SHA-256 hash algorithm
LICENSE= BSD3CLAUSE
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>