diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-17 12:00:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-17 12:00:58 +0000 |
commit | c40cfcc232b70691bb373eba90643e8e837e318a (patch) | |
tree | 6924c09e7eacdbf72bb9348c0bc8ee12e8ee9cdf /security/luasec | |
parent | Use BROKEN_SSL (diff) |
Use BROKEN_SSL
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=462142
Diffstat (limited to 'security/luasec')
-rw-r--r-- | security/luasec/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/luasec/Makefile b/security/luasec/Makefile index 74af7c7edfda..34f148c7aff6 100644 --- a/security/luasec/Makefile +++ b/security/luasec/Makefile @@ -12,6 +12,8 @@ COMMENT= Lua binding for the OpenSSL library to provide TLS/SSL communication LICENSE= MIT +BROKEN_SSL= openssl-devel + USE_GITHUB= yes GH_ACCOUNT= brunoos @@ -34,16 +36,10 @@ post-patch: .SILENT ${REINPLACE_CMD} -Ee '/^(INC|LIB)DIR/s/[^?]=/?=/' \ ${WRKSRC}/Makefile -.include <bsd.port.pre.mk> - -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - do-install: ${MKDIR} ${STAGEDIR}${LUA_MODSHAREDIR}/ssl ${STAGEDIR}${LUA_MODLIBDIR} ${INSTALL_LIB} ${WRKSRC}/src/ssl.so ${STAGEDIR}${LUA_MODLIBDIR} ${INSTALL_DATA} ${WRKSRC}/src/ssl.lua ${STAGEDIR}${LUA_MODSHAREDIR} ${INSTALL_DATA} ${WRKSRC}/src/https.lua ${STAGEDIR}${LUA_MODSHAREDIR}/ssl -.include <bsd.port.post.mk> +.include <bsd.port.mk> |