Edit

IABSD.fr/ports/sysutils/stripe-cli/Makefile

Branch :

  • Show log

    Commit

  • Author : gonzalo
    Date : 2023-09-03 15:07:45
    Hash : c1e1e9cd
    Message : Update for Stripe-cli to 1.17.2 https://github.com/stripe/stripe-cli/releases/tag/v1.17.2 OK sdk@

  • sysutils/stripe-cli/Makefile
  • COMMENT =	build, test, and manage your Stripe integration
    
    V =		1.17.2
    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>