summaryrefslogtreecommitdiffstats
path: root/security/hs-cryptocipher/Makefile
blob: ac9d1e3a75d5c657c9a13e642f55aabd758ab981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	cryptocipher
PORTVERSION=	0.3.6
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Symmetrical Block, Stream, and PubKey Ciphers

LICENSE=	BSD

CABAL_SETUP=	Setup.hs

USE_CABAL=	cereal cpu>=0.1 crypto-api>=0.5 crypto-pubkey-types>=0.2 \
		primitive tagged vector>=0.7

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
OpenPOWER on IntegriCloud