2014-12-15 20:19:37 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2014/12/15 20:19:37 kili Exp $
|
2010-12-08 23:28:29 +00:00
|
|
|
|
|
|
|
COMMENT= generic interface for cryptographic operations
|
|
|
|
|
2014-12-15 20:19:37 +00:00
|
|
|
DISTNAME= crypto-api-0.13.2
|
2010-12-08 23:28:29 +00:00
|
|
|
CATEGORIES= security net
|
|
|
|
|
|
|
|
HOMEPAGE= http://trac.haskell.org/crypto-api/wiki
|
|
|
|
|
|
|
|
# BSD3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES= lang/ghc
|
|
|
|
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
2014-12-15 20:19:37 +00:00
|
|
|
RUN_DEPENDS = devel/hs-cereal>=0.2 \
|
|
|
|
devel/hs-tagged>=0.1 \
|
2012-01-22 17:21:54 +00:00
|
|
|
security/hs-entropy
|
2014-12-15 20:19:37 +00:00
|
|
|
|
2010-12-08 23:28:29 +00:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|