mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
ocaml-ssl is a set of OCaml bindings for openssl.
WWW: http://savonet.sourceforge.net/wiki/OCamlLibs PR: ports/110303 Submitted by: Jaap Boender <jaapb at kerguelen.org>
This commit is contained in:
parent
2b05dd753a
commit
37a8237406
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187492
@ -287,6 +287,7 @@
|
||||
SUBDIR += nss
|
||||
SUBDIR += ocaml-cryptgps
|
||||
SUBDIR += ocaml-cryptokit
|
||||
SUBDIR += ocaml-ssl
|
||||
SUBDIR += oidentd
|
||||
SUBDIR += oinkmaster
|
||||
SUBDIR += op
|
||||
|
52
security/ocaml-ssl/Makefile
Normal file
52
security/ocaml-ssl/Makefile
Normal file
@ -0,0 +1,52 @@
|
||||
# New ports collection makefile for: ocaml-ssl
|
||||
# Date created: March 14, 2007
|
||||
# Whom: Jaap Boender <jaapb@kerguelen.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ssl
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= savonet
|
||||
PKGNAMEPREFIX= ocaml-
|
||||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= jaapb@kerguelen.org
|
||||
COMMENT= OpenSSL bindings for OCaml
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME}
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --docdir=${DOCSDIR}
|
||||
|
||||
USE_OPENSSL= yes
|
||||
USE_OCAML= yes
|
||||
USE_OCAML_FINDLIB= yes
|
||||
USE_OCAML_LDCONFIG= yes
|
||||
|
||||
ALL_TARGET= all doc
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= *
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/lang/ocaml/bsd.ocaml.mk"
|
||||
|
||||
post-extract:
|
||||
# For nonstandard prefixes
|
||||
.if !exists(${OCAMLFIND_DESTDIR})
|
||||
${MKDIR} ${OCAMLFIND_DESTDIR}
|
||||
.endif
|
||||
.if !exists(${OCAMLFIND_LDCONF})
|
||||
${TOUCH} ${OCAMLFIND_LDCONF}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}/html
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/html/* ${DOCSDIR}/html
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
security/ocaml-ssl/distinfo
Normal file
3
security/ocaml-ssl/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (ocaml-ssl-0.4.1.tar.gz) = 780c969a97e55c95d12b9a8e59688978
|
||||
SHA256 (ocaml-ssl-0.4.1.tar.gz) = bc1da3b6052ca92c2bc2d76b45ca33bb678246ca7453875d9a580f8e62d013f0
|
||||
SIZE (ocaml-ssl-0.4.1.tar.gz) = 109012
|
3
security/ocaml-ssl/pkg-descr
Normal file
3
security/ocaml-ssl/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
ocaml-ssl is a set of OCaml bindings for openssl.
|
||||
|
||||
WWW: http://savonet.sourceforge.net/wiki/OCamlLibs
|
17
security/ocaml-ssl/pkg-plist
Normal file
17
security/ocaml-ssl/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
%%OCAML_SITELIBDIR%%/ssl/dllssl_threads_stubs.so
|
||||
%%OCAML_SITELIBDIR%%/ssl/dllssl_stubs.so
|
||||
%%OCAML_SITELIBDIR%%/ssl/ssl_threads.a
|
||||
%%OCAML_SITELIBDIR%%/ssl/ssl.a
|
||||
%%OCAML_SITELIBDIR%%/ssl/libssl_threads_stubs.a
|
||||
%%OCAML_SITELIBDIR%%/ssl/libssl_stubs.a
|
||||
%%OCAML_SITELIBDIR%%/ssl/ssl_threads.cmxa
|
||||
%%OCAML_SITELIBDIR%%/ssl/ssl.cmxa
|
||||
%%OCAML_SITELIBDIR%%/ssl/ssl_threads.cma
|
||||
%%OCAML_SITELIBDIR%%/ssl/ssl.cma
|
||||
%%OCAML_SITELIBDIR%%/ssl/ssl_threads.cmi
|
||||
%%OCAML_SITELIBDIR%%/ssl/ssl.cmi
|
||||
%%OCAML_SITELIBDIR%%/ssl/ssl_threads.mli
|
||||
%%OCAML_SITELIBDIR%%/ssl/ssl.mli
|
||||
%%OCAML_SITELIBDIR%%/ssl/META
|
||||
@dirrmtry share/doc/ocaml/ssl/html
|
||||
@dirrmtry share/doc/ocaml/ssl
|
Loading…
Reference in New Issue
Block a user