Collection of crypto hashes, with a practical incremental and one-pass, pure APIs, with performance close to the fastest implementations available in others languages. feedback and ok kili@
27 lines
599 B
Makefile
27 lines
599 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/08 23:29:04 jasper Exp $
|
|
|
|
COMMENT= fast, pure, practical collection of crypto hashes
|
|
|
|
DISTNAME= cryptohash-0.6.1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = 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
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|