summaryrefslogtreecommitdiffstats
path: root/security/hs-Crypto/Makefile
blob: e76aa7381c08ea0317f161c8b2eee09ee7f5f023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	Crypto
PORTVERSION=	4.2.5.1
PORTREVISION=	1
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Collects together existing Haskell cryptographic functions

FILE_LICENSE=	ReadMe.tex

CABAL_SETUP=	Setup.hs
USE_CABAL=	HUnit QuickCheck>=2.4.0.1 random

EXECUTABLE=	HMACTest QuickTest RSATest SHA1Test SymmetricTest WordListTest

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