View | Details | Raw Unified | Return to bug 250695
Collapse All | Expand All

(-)b/net/rclone/Makefile (-1 / +3 lines)
Lines 1-3 Link Here
1
# $FreeBSD$
2
1
PORTNAME=	rclone
3
PORTNAME=	rclone
2
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.55.1
5
DISTVERSION=	1.55.1
Lines 9-14 COMMENT= Sync files to and from various cloud services Link Here
9
LICENSE=	MIT
11
LICENSE=	MIT
10
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
11
13
14
RUN_DEPENDS=	/etc/ssl/cert.pem:security/ca_root_nss
12
USES=		go:modules
15
USES=		go:modules
13
USE_GITHUB=	yes
16
USE_GITHUB=	yes
14
GH_ACCOUNT=	ncw
17
GH_ACCOUNT=	ncw
15
- 

Return to bug 250695