diff --git a/dns/luaunbound/Makefile b/dns/luaunbound/Makefile index a7874e3b7577..ab019d0f68cf 100644 --- a/dns/luaunbound/Makefile +++ b/dns/luaunbound/Makefile @@ -1,28 +1,29 @@ PORTNAME= luaunbound -PORTVERSION= 1.0.0 +DISTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://code.zash.se/dl/luaunbound/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} MAINTAINER= thomas@beingboiled.info COMMENT= Lua binding to libunbound -WWW= https://github.com/brunoos/luasec +WWW= https://www.zash.se/luaunbound.html LICENSE= MIT LIB_DEPENDS= libunbound.so:dns/unbound USES= lua:module CFLAGS+= -fPIC -I${LUA_INCDIR} -I${LOCALBASE}/include LDFLAGS+= -shared -L${LUA_LIBDIR} -L${LOCALBASE}/lib -llua-${LUA_VER} -lunbound do-build: cd ${WRKSRC} ;\ ${CC} ${CFLAGS} ${LDFLAGS} -o lunbound.so lunbound.c do-install: ${MKDIR} ${STAGEDIR}/${LUA_MODLIBDIR} ${INSTALL_LIB} ${WRKSRC}/lunbound.so ${STAGEDIR}/${LUA_MODLIBDIR} .include diff --git a/dns/luaunbound/pkg-descr b/dns/luaunbound/pkg-descr index 8c1003d70e4a..0c68b4a851ba 100644 --- a/dns/luaunbound/pkg-descr +++ b/dns/luaunbound/pkg-descr @@ -1,4 +1,3 @@ -LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. 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. +This is a binding to libunbound for Lua. The library works independent +from a running unbound server, and can be used to convert hostnames to +IP addresses, and back, and obtain other information from the DNS.