kili 42ec039af8 Switch ghc and hs-ports from @exec/@unexec to @define-tag/@tag.
ghc and the hs-packages now simply include the necessary (haskell)
package description files in lib/ghc/package.conf.d and update the
package.cache by running ghc-pkg recache at the end. register and
unregister scripts are no longer needed.
2019-09-10 13:51:21 +00:00

25 lines
511 B
Makefile

# $OpenBSD: Makefile,v 1.18 2019/09/10 13:51:29 kili Exp $
COMMENT= fast, pure, practical collection of crypto hashes
DISTNAME= cryptohash-0.7.10
REVISION= 5
CATEGORIES= security
# BSD3
PERMIT_PACKAGE = Yes
MODULES= lang/ghc
MODGHC_BUILD = cabal hackage haddock register
MODGHC_PACKAGE_KEY = HcwvxMqpgmiAmodT7Z0qKE
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>