# $FreeBSD: head/security/hs-cipher-camellia/Makefile 394918 2015-08-20 23:02:14Z pgj $

PORTNAME=	cipher-camellia
PORTVERSION=	0.0.2
PORTREVISION=	2
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Camellia block cipher primitives

LICENSE=	BSD3CLAUSE

USE_CABAL=	byteable crypto-cipher-types>=0.0.3 securemem>=0.1.2 \
		vector

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