summaryrefslogtreecommitdiff
path: root/net/croc/Makefile
blob: 2c8bba339561eab8d3b5fd71d3710b6b9c132df5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	croc
PORTVERSION=	10.2.7
DISTVERSIONPREFIX=	v
CATEGORIES=	net

MAINTAINER=	olgeni@FreeBSD.org
COMMENT=	Tool to simply and securely transfer files and folders
WWW=		https://github.com/schollz/croc

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules
USE_RC_SUBR=	croc

GO_MODULE=	github.com/schollz/croc/v10

PLIST_FILES=	bin/croc

.include <bsd.port.mk>