openbsd-ports/security/hs-tls/Makefile
jasper 548620df41 import hs-tls 0.3.1
Native TLS protocol implementation, focusing on purity and more
type-checking.
Currently implement the SSL3.0, TLS1.0 and TLS1.1 protocol. Not yet
properly secure and missing some features. Do not yet use as replacement
to more mature implementation.
Only RSA supported as Key exchange for now.

ok kili@
2010-12-09 16:07:50 +00:00

31 lines
712 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/12/09 16:07:50 jasper Exp $
COMMENT= TLS/SSL protocol native implementation
DISTNAME= tls-0.3.1
CATEGORIES= security net
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES= lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS = devel/hs-binary>=0.5 \
devel/hs-cereal>=0.3 \
devel/hs-vector \
security/hs-AES \
security/hs-crypto-api>=0.2 \
security/hs-certificate>=0.3.2 \
security/hs-cryptocipher>=0.2 \
security/hs-cryptohash>=0.6
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>