* Ports that were pinned to a deprecated version of Go (1.23 or older) have been unpinned. * Ports that were pinned to a still-supported version of Go (1.24 or newer) have been converted to requesting that as their minimum Go version. * Ports that had been forcibly deprecated for pinning an expired Go version have been undeprecated.
21 lines
375 B
Makefile
21 lines
375 B
Makefile
PORTNAME= ipget
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.12.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.25+,modules
|
|
|
|
GO_MODULE= github.com/ipfs/ipget
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|