aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ipget/Makefile
blob: 071612f72f5a2a9d6080ab97a3d292a7f6ea7fa8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	ipget
DISTVERSIONPREFIX=	v
DISTVERSION=	0.9.1
PORTREVISION=	6
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>