ports/net/bosh-bootloader/Makefile
Jean-Sébastien Pédron 92943db065 net/bosh-bootloader: Update to 7.6.0
Release notes:
* https://github.com/cloudfoundry/bosh-bootloader/releases/tag/v7.6.0

Sponsored by:	Pivotal Software, Inc.
2019-05-06 10:03:12 +00:00

25 lines
547 B
Makefile

# $FreeBSD$
PORTNAME= bosh-bootloader
PORTVERSION= 7.6.0
CATEGORIES= net sysutils
MAINTAINER= dumbbell@FreeBSD.org
COMMENT= CLI for standing up CloudFoundry or Concourse on an IAAS
LICENSE= APACHE20
USE_GITHUB= yes
GH_TUPLE= cloudfoundry:bosh-bootloader:v${PORTVERSION}
USES= go tar:xz
GO_PKGNAME= github.com/cloudfoundry/bosh-bootloader
GO_TARGET= github.com/cloudfoundry/bosh-bootloader/bbl
PLIST_FILES= bin/bbl
post-patch:
${REINPLACE_CMD} -E -e 's|(Version = )"dev"|\1"${PORTVERSION}"|' ${WRKSRC}/bbl/main.go
.include <bsd.port.mk>