aboutsummaryrefslogtreecommitdiffstats
path: root/security/luasec
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-02-17 20:00:58 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-02-17 20:00:58 +0800
commit1a649fdc3d557cefaab59147d40228adab4dffb1 (patch)
tree6924c09e7eacdbf72bb9348c0bc8ee12e8ee9cdf /security/luasec
parent9599343367b9cd615b5af7b1cdca07956f89919d (diff)
downloadfreebsd-ports-gnome-1a649fdc3d557cefaab59147d40228adab4dffb1.tar.gz
freebsd-ports-gnome-1a649fdc3d557cefaab59147d40228adab4dffb1.tar.zst
freebsd-ports-gnome-1a649fdc3d557cefaab59147d40228adab4dffb1.zip
Use BROKEN_SSL
Approved by: portmgr (blanket)
Diffstat (limited to 'security/luasec')
-rw-r--r--security/luasec/Makefile10
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>