COMMENT =		go alternative of python SimpleHTTPServer

MODGO_MODNAME =		github.com/projectdiscovery/simplehttpserver
MODGO_VERSION =		v0.0.6

DISTNAME =		simplehttpserver-${MODGO_VERSION}

CATEGORIES =		net

HOMEPAGE =		https://github.com/projectdiscovery/simplehttpserver

MAINTAINER =		Xi Lu <lx@shellcodes.org>

# MIT
PERMIT_PACKAGE =	Yes

WANTLIB += 		c pthread
NO_TEST	=		Yes

MODULES +=		lang/go

.include "modules.inc"
.include <bsd.port.mk>
