opnsense-ports/sysutils/sockaddr/Makefile
Franco Fichtner 85a073a62c */*: sync with upstream
Taken from: FreeBSD
2024-05-14 14:28:57 +02:00

20 lines
425 B
Makefile

PORTNAME= sockaddr
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.6
PORTREVISION= 5
CATEGORIES= sysutils
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Command line utility for querying IP information
WWW= https://github.com/hashicorp/go-sockaddr
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/hashicorp/go-sockaddr
GO_TARGET= ./cmd/${PORTNAME}
PLIST_FILES= bin/sockaddr
.include <bsd.port.mk>