mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
193cf6aad7
Word128, Word192 and Word256 and Beyond, PKCS5 Padding, Various Encryption Modes e.g. Cipher Block Chaining all in one package, with HUnit and QuickCheck tests, and examples. WWW: http://hackage.haskell.org/package/Crypto Obtained from: FreeBSD Haskell
25 lines
538 B
Makefile
25 lines
538 B
Makefile
# New ports collection makefile for: hs-Crypto
|
|
# Date created: July 5, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Crypto
|
|
PORTVERSION= 4.2.3
|
|
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
|
|
PORTDATA= *
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|