ports/sysutils/ipget/Makefile
Yuri Victorovich ad79a9bd0c sysutils/ipget: update 0.11.1 → 0.11.3
Reported by:	portscout
2025-07-14 23:50:48 -07:00

20 lines
353 B
Makefile

PORTNAME= ipget
DISTVERSIONPREFIX= v
DISTVERSION= 0.11.3
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Retrieve files over IPFS and save them locally
WWW= https://github.com/ipfs/ipget
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/ipfs/ipget
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>