Files
ports/security/interactsh/Makefile
T
2026-07-10 09:54:15 +02:00

21 lines
474 B
Makefile

PORTNAME= interactsh
PORTVERSION= 1.3.1
DISTVERSIONPREFIX= v
PORTREVISION= 4
CATEGORIES= security
MAINTAINER= danilo@FreeBSD.org
COMMENT= OOB interaction gathering server and client library
WWW= https://github.com/projectdiscovery/interactsh
LICENSE= MIT
USES= go:modules
GO_MODULE= github.com/projectdiscovery/${PORTNAME}
GO_TARGET= ./cmd/${PORTNAME}-server ./cmd/${PORTNAME}-client
PLIST_FILES= bin/${PORTNAME}-server bin/${PORTNAME}-client
.include <bsd.port.mk>