mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
cf118ccf87
Reported by: lwhsu
25 lines
550 B
Makefile
25 lines
550 B
Makefile
PORTNAME= bosh-bootloader
|
|
PORTVERSION= 7.6.0
|
|
PORTREVISION= 1
|
|
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>
|