aboutsummaryrefslogtreecommitdiffstats
path: root/security/hs-skein/Makefile
blob: 4033d650d2d9f6dc3b31f747938ef2a359a396e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   skein
PORTVERSION=    1.0.9.4
PORTREVISION=   3
CATEGORIES= security haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Skein, a family of cryptographic hash functions

LICENSE=    BSD3CLAUSE

USE_CABAL=  cereal>=0.3 crypto-api>=0.6 tagged>=0.2

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