freebsd-ports/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

26 lines
639 B
Makefile

# Created by: Michael Moll <kvedulv@kvedulv.de>
# $FreeBSD$
PORTNAME= hammer_cli_foreman_bootdisk
PORTVERSION= 0.1.3
CATEGORIES= sysutils ruby
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Foreman bootdisk commands for Hammer CLI
LICENSE= GPLv3+
RUN_DEPENDS= rubygem-hammer_cli_foreman>=0.1.2:sysutils/rubygem-hammer_cli_foreman
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
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>