mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
21 lines
374 B
Makefile
21 lines
374 B
Makefile
PORTNAME= ipget
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.9.1
|
|
PORTREVISION= 10
|
|
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.18,modules
|
|
|
|
GO_MODULE= github.com/ipfs/ipget
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|