mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
24 lines
392 B
Makefile
24 lines
392 B
Makefile
|
|
COMMENT = build, test, and manage your Stripe integration
|
|
|
|
V = 1.26.1
|
|
MODGO_MODNAME = github.com/stripe/stripe-cli
|
|
MODGO_VERSION = v${V}
|
|
|
|
DISTNAME = stripe-cli-${MODGO_VERSION}
|
|
PKGNAME = stripe-cli-${V}
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://stripe.com/docs/cli
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/go
|
|
|
|
WANTLIB += c pthread
|
|
|
|
.include "modules.inc"
|
|
.include <bsd.port.mk>
|