diff options
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> |