Jean-Sébastien Pédron 027acb20c3 net/bosh-bootloader: Update to 7.0.0
Release notes:
* https://github.com/cloudfoundry/bosh-bootloader/releases/tag/v7.0.0

Sponsored by:	Pivotal Software, Inc.
2018-12-17 09:51:18 +00:00

26 lines
547 B
Makefile

# $FreeBSD$
PORTNAME= bosh-bootloader
PORTVERSION= 7.0.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>