25 lines
517 B
Makefile
25 lines
517 B
Makefile
# $OpenBSD: Makefile,v 1.14 2016/01/20 16:26:19 kili Exp $
|
|
|
|
COMMENT= fast, pure, practical collection of crypto hashes
|
|
|
|
DISTNAME= cryptohash-0.7.10
|
|
REVISION= 2
|
|
CATEGORIES= security
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES= lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = 1tuJ3ClxldjIhsibmTsB0B
|
|
|
|
MODGHC_SETUP_CONF_ARGS = -f cryptoapi
|
|
|
|
RUN_DEPENDS = devel/hs-tagged \
|
|
security/hs-crypto-api>=0.5
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|