aboutsummaryrefslogtreecommitdiff
path: root/security/hs-Crypto/Makefile
blob: e1bda7b5b8518aa34acb58bb9b72400b8771a72d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	hs-Crypto
# Date created:		July 5, 2011
# Whom:			haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	Crypto
PORTVERSION=	4.2.4
CATEGORIES=	security haskell

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

FILE_LICENSE=	ReadMe.tex

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

EXECUTABLE=	HMACTest QuickTest RSATest SHA1Test SymmetricTest WordListTest

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