12 lines
305 B
Makefile
12 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"
|