Update net/freerdp to version 2.9.0
[dports.git] / ftp / curlie / Makefile
1 PORTNAME=       curlie
2 DISTVERSIONPREFIX=      v
3 DISTVERSION=    1.6.7
4 PORTREVISION=   6
5 CATEGORIES=     ftp net www
6
7 MAINTAINER=     0mp@FreeBSD.org
8 COMMENT=        Frontend to cURL that adds the ease of use of HTTPie
9 WWW=            https://curlie.io/
10
11 LICENSE=        MIT
12 LICENSE_FILE=   ${WRKSRC}/LICENSE
13
14 RUN_DEPENDS=    curl:ftp/curl
15
16 USES=           go:modules
17 USE_GITHUB=     yes
18 GH_ACCOUNT=     rs
19
20 GH_TUPLE=       golang:crypto:159ae71589f3:golang_crypto/vendor/golang.org/x/crypto \
21                 golang:sys:33540a1f6037:golang_sys/vendor/golang.org/x/sys
22
23 PLIST_FILES=    bin/${PORTNAME}
24
25 .include <bsd.port.mk>