mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
d84aa50743
Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854
31 lines
667 B
Makefile
31 lines
667 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kurly
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= seanc@FreeBSD.org
|
|
COMMENT= Alternative implementation of curl written in Golang
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go
|
|
|
|
USE_GITLAB= yes
|
|
GL_ACCOUNT= davidjpeacock
|
|
GL_COMMIT= 369c1998dfbfca7043f8c995c8ef8714496530ea
|
|
|
|
USE_GITHUB= nodefault
|
|
GH_TUPLE= aki237:nscjar:e2df936:nscjar/vendor/github.com/aki237/nscjar \
|
|
alsm:ioprogress:063c372:ioprogress/vendor/github.com/alsm/ioprogress \
|
|
urfave:cli:8e01ec4:ucli/vendor/github.com/urfave/cli
|
|
|
|
GO_PKGNAME= gitlab.com/davidjpeacock/kurly
|
|
|
|
PLIST_FILES= bin/kurly
|
|
|
|
.include <bsd.port.mk>
|