1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/sysutils/ipget/Makefile
2022-10-06 14:24:26 -05:00

21 lines
373 B
Makefile

PORTNAME= ipget
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.1
PORTREVISION= 4
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>