forked from Lainports/freebsd-ports
20 lines
316 B
Makefile
20 lines
316 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rclone
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.49.4
|
|
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>
|