8b1c971497
9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
16 lines
392 B
Makefile
16 lines
392 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Crypto
|
|
PORTVERSION= 4.2.5.1
|
|
PORTREVISION= 6
|
|
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>
|