mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
7da2d224cb
PR: 244147 Submitted by: Massimo Lusetti
21 lines
316 B
Makefile
21 lines
316 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rclone
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.51.0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Sync files to and from various cloud services
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= go:modules
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ncw
|
|
|
|
PLIST_FILES= bin/rclone
|
|
|
|
.include <bsd.port.mk>
|