summaryrefslogtreecommitdiff
path: root/security/hs-cipher-aes/Makefile
blob: 049c2b3859830114a809d9d30d1c27fc93d82249 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

PORTNAME=	cipher-aes
PORTVERSION=	0.1.8
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Fast AES cipher implementation with advanced mode of operations

LICENSE=	BSD

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