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

PORTNAME=	cipher-aes128
PORTVERSION=	0.7.0.1
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	AES and common modes using AES-NI when available

LICENSE=	BSD3CLAUSE

USE_CABAL=	cereal crypto-api>=0.13 tagged

FLAGS_DISABLE=	test halvm

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