1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/ftp/curlie/Makefile
2021-08-04 15:00:08 +02:00

24 lines
492 B
Makefile

PORTNAME= curlie
DISTVERSIONPREFIX= v
DISTVERSION= 1.6.2
CATEGORIES= ftp net www
MAINTAINER= 0mp@FreeBSD.org
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
GH_TUPLE= golang:crypto:159ae71589f3:golang_crypto/vendor/golang.org/x/crypto \
golang:sys:33540a1f6037:golang_sys/vendor/golang.org/x/sys
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>