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

21 lines
367 B
Makefile

PORTNAME= httpx
DISTVERSIONPREFIX= v
DISTVERSION= 1.6.10
PORTREVISION= 10
CATEGORIES= www
MAINTAINER= dutra@FreeBSD.org
COMMENT= Multi-purpose HTTP toolkit
WWW= https://github.com/projectdiscovery/httpx
LICENSE= MIT
USES= go:modules
GO_MODULE= github.com/projectdiscovery/httpx
GO_TARGET= ./cmd/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>