freebsd-ports/security/hs-HsOpenSSL/Makefile
Gabor Pali 3884eb7918 HsOpenSSL is an (incomplete) OpenSSL binding for Haskell. It can
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
2012-02-18 18:46:37 +00:00

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>