ports/sysutils/ipget/Makefile
Yuri Victorovich 28299df335 sysutils/ipget: update 0.10.0 → 0.11.0
Reported by:	portscout
2024-09-13 01:24:45 -07:00

19 lines
353 B
Makefile

PORTNAME= ipget
DISTVERSIONPREFIX= v
DISTVERSION= 0.11.0
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>