summaryrefslogtreecommitdiff
path: root/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile
blob: 2fa2134ad442823e85c3d29b66bd79560fa130f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	hammer_cli_foreman_bootdisk
PORTVERSION=	0.4.2
CATEGORIES=	sysutils ruby
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Foreman bootdisk commands for Hammer CLI
WWW=		https://github.com/theforeman/hammer_cli_foreman_bootdisk

LICENSE=	GPLv3+

RUN_DEPENDS=	rubygem-hammer_cli_foreman>=3.10<4:sysutils/rubygem-hammer_cli_foreman

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	"@sample etc/hammer/cli.modules.d/foreman_bootdisk.yml.sample"

post-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d
	${INSTALL_DATA} ${WRKSRC}/config/foreman_bootdisk.yml ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d/foreman_bootdisk.yml.sample

.include <bsd.port.mk>