25 lines
406 B
Makefile
25 lines
406 B
Makefile
COMMENT= osint intelligence framework
|
|
|
|
V= 1.2.5
|
|
MODGO_MODNAME= github.com/j3ssie/metabigor
|
|
MODGO_VERSION= v${V}
|
|
|
|
DISTNAME= metabigor-${MODGO_VERSION}
|
|
PKGNAME= metabigor-${V}
|
|
|
|
CATEGORIES= security
|
|
|
|
HOMEPAGE= https://github.com/j3ssie/metabigor
|
|
|
|
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB+= c pthread
|
|
|
|
MODULES= lang/go
|
|
|
|
.include "modules.inc"
|
|
|
|
.include <bsd.port.mk>
|