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

PORTNAME=   cryptocipher
PORTVERSION=    0.5.0
PORTREVISION=   4
CATEGORIES= security haskell

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

LICENSE=    BSD

USE_CABAL=  cereal cipher-aes cipher-rc4 cpu>=0.1 crypto-api>=0.5 \
        primitive vector>=0.7

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