opnsense-ports/sysutils/ipget/Makefile
Franco Fichtner 9f509279e3 */*: sync with upstream
Taken from: FreeBSD
2025-01-10 15:52:40 +01:00

19 lines
353 B
Makefile

PORTNAME= ipget
DISTVERSIONPREFIX= v
DISTVERSION= 0.11.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:modules
GO_MODULE= github.com/ipfs/ipget
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>