4a2edc5ddf
packaged for wip by zecrazytux. Haskell package providing efficient cryptographic hash implementations for strict and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are implemented as FFI bindings to efficient code from zlib.
11 lines
305 B
Makefile
11 lines
305 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/08/18 21:18:48 szptvlfn Exp $
|
|
|
|
DISTNAME= digest-0.0.1.2
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= zecrazytux@zecrazytux.net
|
|
COMMENT= Various cryptographic hashes for bytestrings; CRC32 and Adler32
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|