Update editors/libreoffice-brx to version 4.3.2
[dports.git] / security / hs-cryptocipher / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       cryptocipher
4 PORTVERSION=    0.6.2
5 PORTREVISION=   1
6 CATEGORIES=     security haskell
7
8 MAINTAINER=     haskell@FreeBSD.org
9 COMMENT=        Symmetrical block and stream ciphers
10
11 LICENSE=        BSD3CLAUSE
12
13 USE_CABAL=      cipher-aes>=0.2.3 cipher-blowfish>=0.0 cipher-camellia>=0.0 \
14                 cipher-des>=0.0 cipher-rc4>=0.1.3 crypto-cipher-types>=0.0.8
15
16 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
17 .include <bsd.port.mk>