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

PORTNAME=   skein
PORTVERSION=    1.0.3
PORTREVISION=   2
CATEGORIES= security haskell

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

LICENSE=    BSD

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

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