23 lines
473 B
Makefile
23 lines
473 B
Makefile
# $OpenBSD: Makefile,v 1.10 2014/09/15 19:54:05 jasper Exp $
|
|
|
|
COMMENT= fast, pure, practical collection of crypto hashes
|
|
|
|
DISTNAME= cryptohash-0.7.0
|
|
REVISION= 5
|
|
CATEGORIES= security
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES= lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
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>
|