12 lines
306 B
Makefile
12 lines
306 B
Makefile
# $NetBSD: Makefile,v 1.5 2021/05/03 19:01:10 pho Exp $
|
|
|
|
DISTNAME= cryptohash-sha256-0.11.102.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Fast, pure and practical SHA-256 implementation
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|