mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
A set of extra definitions, default values and helpers for the tls
package. WWW: http://github.com/vincenthz/hs-tls-extra Obtained from: FreeBSD Haskell
This commit is contained in:
parent
98c816c3be
commit
94dc53a878
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291694
@ -231,6 +231,7 @@ testpack_port= devel/hs-testpack
|
||||
texmath_port= textproc/hs-texmath # executable
|
||||
text_port= devel/hs-text
|
||||
tls_port= security/hs-tls
|
||||
tls-extra_port= security/hs-tls-extra
|
||||
transformers_port= devel/hs-transformers
|
||||
transformers-base_port= devel/hs-transformers-base
|
||||
TypeCompose_port= devel/hs-TypeCompose
|
||||
|
@ -200,6 +200,7 @@
|
||||
SUBDIR += hs-pwstore-fast
|
||||
SUBDIR += hs-skein
|
||||
SUBDIR += hs-tls
|
||||
SUBDIR += hs-tls-extra
|
||||
SUBDIR += httprint
|
||||
SUBDIR += hunch
|
||||
SUBDIR += hydra
|
||||
|
24
security/hs-tls-extra/Makefile
Normal file
24
security/hs-tls-extra/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: hs-tls-extra
|
||||
# Date created: December 26, 2011
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tls-extra
|
||||
PORTVERSION= 0.4.2.1
|
||||
CATEGORIES= security haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= TLS extra default values and helpers
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
CABAL_SETUP= Setup.hs
|
||||
|
||||
USE_CABAL= certificate>=1.0.0 crypto-api>=0.5 cryptocipher>=0.3.0 \
|
||||
cryptohash>=0.6 mtl network>=2.3 text>=0.5 tls>=0.8.4 \
|
||||
vector
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
security/hs-tls-extra/distinfo
Normal file
2
security/hs-tls-extra/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/tls-extra-0.4.2.1.tar.gz) = a6c8dae893d8eaa056001f65535347984474561689fa4de593336f7b8bd6ad3d
|
||||
SIZE (cabal/tls-extra-0.4.2.1.tar.gz) = 12500
|
4
security/hs-tls-extra/pkg-descr
Normal file
4
security/hs-tls-extra/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A set of extra definitions, default values and helpers for the tls
|
||||
package.
|
||||
|
||||
WWW: http://github.com/vincenthz/hs-tls-extra
|
Loading…
Reference in New Issue
Block a user