mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.2 KiB
Tcl
32 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup luarocks_org 1.0
|
|
PortGroup openssl 1.0
|
|
|
|
name lua-luasec
|
|
version 1.3.1
|
|
revision 0
|
|
luarocks.rock luasec-${version}-1.src.rock
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description binding for OpenSSL library to provide TLS/SSL communication over LuaSocket
|
|
long_description A {*}${description}. \
|
|
This version delegates to LuaSocket the TCP connection establishment between the client and server. \
|
|
Then LuaSec uses this connection to start a secure TLS/SSL session.
|
|
|
|
checksums rmd160 1d6b72a95cd02d71e4e6ff6692ea845d457feebf \
|
|
sha256 234353b695cdec264b22e6ff5472f4f7f70cd10a9b65f6fd4ad65652c786bb20 \
|
|
size 117346
|
|
|
|
openssl.configure env_vars
|
|
build.args-append OPENSSL_DIR=\$OPENSSL_DIR
|
|
destroot.args-append OPENSSL_DIR=\$OPENSSL_DIR
|
|
|
|
patchfiles patch-luasocket.diff
|
|
|
|
luarocks.dependencies luasocket
|
|
|
|
luarocks.uploader brunoos
|