27 lines
534 B
Makefile
27 lines
534 B
Makefile
# $OpenBSD: Makefile,v 1.20 2019/09/30 13:00:11 kili Exp $
|
|
|
|
COMMENT= generic interface for cryptographic operations
|
|
|
|
DISTNAME= crypto-api-0.13.2
|
|
REVISION = 6
|
|
CATEGORIES= security net
|
|
|
|
HOMEPAGE= http://trac.haskell.org/crypto-api/wiki
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES= lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = KkoJ0GZFoJiC8cM4nPl6k5
|
|
|
|
RUN_DEPENDS = devel/hs-cereal>=0.2 \
|
|
devel/hs-tagged>=0.1 \
|
|
security/hs-entropy
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|