2025-12-03 13:24:45 -05:00

21 lines
474 B
Makefile

PORTNAME= interactsh
PORTVERSION= 1.2.4
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>