mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Lua-bcrypt is a library providing OpenBSD's bcrypt hash function for the Lua
programming language. WWW: https://github.com/mikejsavage/lua-bcrypt/ PR: 237606 Submitted by: Manuel Wiesinger <mdw@FreeBSD.org>
This commit is contained in:
parent
42f38733f4
commit
bc0f7650fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502349
@ -344,6 +344,7 @@ PORTREVISION= 1
|
||||
SUBDIR += linux-c7-trousers
|
||||
SUBDIR += log2timeline
|
||||
SUBDIR += logcheck
|
||||
SUBDIR += lua-bcrypt
|
||||
SUBDIR += luasec
|
||||
SUBDIR += luasec-51
|
||||
SUBDIR += lxqt-openssh-askpass
|
||||
|
26
security/lua-bcrypt/Makefile
Normal file
26
security/lua-bcrypt/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bcrypt
|
||||
PORTVERSION= 2.1
|
||||
CATEGORIES= security
|
||||
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= mdw@freebsd.org
|
||||
COMMENT= Library providing OpenBSD's bcrypt hash function for Lua
|
||||
|
||||
LICENSE= ISCL
|
||||
|
||||
USES= gmake lua
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= mikejsavage
|
||||
GH_PROJECT= lua-bcrypt
|
||||
GH_TAGNAME= d64cdc8
|
||||
|
||||
PLIST_FILES= ${LUA_MODLIBDIR}/bcrypt.so
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${LUA_MODLIBDIR}
|
||||
${INSTALL_LIB} ${WRKSRC}/bcrypt.so ${STAGEDIR}${LUA_MODLIBDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/lua-bcrypt/distinfo
Normal file
3
security/lua-bcrypt/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1547819290
|
||||
SHA256 (mikejsavage-lua-bcrypt-2.1-d64cdc8_GH0.tar.gz) = 9fb5e557888f0cf2a2160757e837011a28617bd81fe1b43a825ca6487097d6f6
|
||||
SIZE (mikejsavage-lua-bcrypt-2.1-d64cdc8_GH0.tar.gz) = 41210
|
4
security/lua-bcrypt/pkg-descr
Normal file
4
security/lua-bcrypt/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Lua-bcrypt is a library providing OpenBSD's bcrypt hash function for the Lua
|
||||
programming language.
|
||||
|
||||
WWW: https://github.com/mikejsavage/lua-bcrypt/
|
Loading…
Reference in New Issue
Block a user