Files
ports/sysutils/ipget/Makefile
T
2026-05-09 13:25:51 -04:00

21 lines
375 B
Makefile

PORTNAME= ipget
DISTVERSIONPREFIX= v
DISTVERSION= 0.13.1
PORTREVISION= 1
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:1.26+,modules
GO_MODULE= github.com/ipfs/ipget
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>