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

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

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

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>