cba6fcc2b9
Joint work with Greg Steuck.
21 lines
392 B
Makefile
21 lines
392 B
Makefile
# $OpenBSD: Makefile,v 1.5 2019/09/30 13:00:12 kili Exp $
|
|
|
|
# used by cabal-install
|
|
|
|
COMMENT= fast, pure and practical SHA-256 implementation
|
|
|
|
DISTNAME= cryptohash-sha256-0.11.101.0
|
|
REVISION= 1
|
|
CATEGORIES= security
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES= lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = 4hEdGCusAXMBLiu8h413L1
|
|
|
|
.include <bsd.port.mk>
|