opnsense-ports/dns/dnsx/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

20 lines
383 B
Makefile

PORTNAME= dnsx
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.4
PORTREVISION= 1
CATEGORIES= dns
MAINTAINER= nulldutra@proton.me
COMMENT= DNS toolkit allow to run multiple DNS queries
WWW= https://github.com/projectdiscovery/dnsx
LICENSE= MIT
USES= go:modules
GO_MODULE= github.com/projectdiscovery/dnsx
GO_TARGET= ./cmd/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>