aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-vagrant-bhyve/Makefile
blob: a5e849493e61f46a137748a0e9daabc21f2417dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	vagrant-bhyve
PORTVERSION=	0.1.0
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Vagrant provider plugin to support bhyve
WWW=		https://github.com/jesa7955/vagrant-bhyve

RUN_DEPENDS=	rubygem-ruby_expect>=0:textproc/rubygem-ruby_expect

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>