1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/net/rclone/Makefile
William Grzybowski 7da2d224cb net/rclone: update to 1.51.0
PR:		244147
Submitted by:	Massimo Lusetti
2020-02-26 16:38:56 +00:00

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>