ports/security/jsluice/Makefile

25 lines
424 B
Makefile
Raw Normal View History

2023-08-19 18:05:57 +00:00
COMMENT= extract tool from JS code
MODGO_MODNAME= github.com/BishopFox/jsluice
MODGO_VERSION= v0.0.0-20231102131223-7760081ba568
2023-08-19 18:05:57 +00:00
DISTNAME= jsluice-${MODGO_VERSION}
PKGNAME= jsluice-0.0.1
CATEGORIES= security
HOMEPAGE= https://github.com/BishopFox/jsluice
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# MIT
PERMIT_PACKAGE= Yes
WANTLIB+= c pthread
MODULES= lang/go
.include "modules.inc"
.include <bsd.port.mk>