blob: 6ff54eac52492f473647f3239bfc9a166d662045 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= cipher-blowfish
PORTVERSION= 0.0.3
PORTREVISION= 1
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Blowfish cipher
LICENSE= BSD3CLAUSE
USE_CABAL= byteable crypto-cipher-types>=0.0.3 securemem>=0.1.2 \
vector
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|