generate RSA and DSA keys, read and write PEM files, generate message digests, sign and verify messages, encrypt and decrypt messages. It has also some capabilities of creating SSL clients and servers. WWW: https://github.com/phonohawk/HsOpenSSL Obtained from: FreeBSD Haskell
21 lines
434 B
Makefile
21 lines
434 B
Makefile
# New ports collection makefile for: hs-HsOpenSSL
|
|
# Date created: November 19, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HsOpenSSL
|
|
PORTVERSION= 0.10.1.2
|
|
CATEGORIES= security haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= (Incomplete) OpenSSL binding for Haskell
|
|
|
|
FILE_LICENSE= COPYING
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
USE_CABAL= network>=2.1.0.0
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|