ports/sysutils/ipget/Makefile
Yuri Victorovich 377a5cc2c7 sysutils/ipget: update 0.9.2 → 0.10.0
Reported by:	portscout
2023-11-05 07:57:55 -08:00

19 lines
353 B
Makefile

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