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

PORTNAME=	cipher-des
PORTVERSION=	0.0.6
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	DES and 3DES primitives

LICENSE=	BSD3CLAUSE

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

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