ftp/curlie: Add a missing runtime dependency

This commit is contained in:
Mateusz Piotrowski
2019-08-20 11:17:35 +00:00
parent 432ea66a47
commit aa007b973e

View File

@@ -3,6 +3,7 @@
PORTNAME= curlie
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= ftp net www
MAINTAINER= 0mp@FreeBSD.org
@@ -11,6 +12,8 @@ COMMENT= Frontend to cURL that adds the ease of use of HTTPie
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= curl:ftp/curl
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= rs