860214f5e0
Vagrant provider plugin to support bhyve WWW: https://github.com/jesa7955/vagrant-bhyve
16 lines
299 B
Makefile
16 lines
299 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vagrant-bhyve
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Vagrant provider plugin to support bhyve
|
|
|
|
RUN_DEPENDS= rubygem-ruby_expect>=0:textproc/rubygem-ruby_expect
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|