# $FreeBSD: tags/RELEASE_11_1_0/security/hs-cryptocipher/Makefile 394918 2015-08-20 23:02:14Z pgj $

PORTNAME=	cryptocipher
PORTVERSION=	0.6.2
PORTREVISION=	2
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Symmetrical block and stream ciphers

LICENSE=	BSD3CLAUSE

USE_CABAL=	cipher-aes>=0.2.3 cipher-blowfish>=0.0 cipher-camellia>=0.0 \
		cipher-des>=0.0 cipher-rc4>=0.1.3 crypto-cipher-types>=0.0.8

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