@@ -, +, @@ --- net/rclone/Makefile | 3 +++ 1 file changed, 3 insertions(+) --- b/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -1,3 +1,5 @@ +# $FreeBSD$ + PORTNAME= rclone DISTVERSIONPREFIX= v DISTVERSION= 1.55.1 @@ -9,6 +11,7 @@ COMMENT= Sync files to and from various cloud services LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +RUN_DEPENDS= /etc/ssl/cert.pem:security/ca_root_nss USES= go:modules USE_GITHUB= yes GH_ACCOUNT= ncw --