blob: 478af8ff18387a9abe73fc753a5850e5618fb9a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
PORTNAME= skein
PORTVERSION= 1.0.3
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>
|