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

PORTNAME=	cipher-rc4
PORTVERSION=	0.1.4
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Fast RC4 cipher implementation

LICENSE=	BSD3CLAUSE

USE_CABAL=	byteable crypto-cipher-types>=0.0.5

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