opnsense-ports/sysutils/ipget/Makefile
Franco Fichtner 4a4bb46c99 */*: sync with upstream
Taken from: FreeBSD
2023-09-11 14:35:19 +02:00

20 lines
368 B
Makefile

PORTNAME= ipget
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.2
PORTREVISION= 2
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>