27 lines
499 B
Makefile

# $OpenBSD: Makefile,v 1.3 2021/03/08 13:59:24 sthen Exp $
ONLY_FOR_ARCHS = ${GO_ARCHS}
COMMENT = alternative curl written in go
DISTNAME = kurly-1.2.2
REVISION = 0
CATEGORIES = net
HOMEPAGE = https://gitlab.com/davidjpeacock/kurly
# Apache 2
PERMIT_PACKAGE = Yes
WANTLIB = c pthread
MASTER_SITES = https://download.tuxfamily.org/jod/net/kurly/ \
ftp://download.tuxfamily.org/jod/net/kurly/
MODULES = lang/go
ALL_TARGET = gitlab.com/davidjpeacock/kurly
.include <bsd.port.mk>