13 lines
308 B
Makefile
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>
|