b9c0d17dd1
A Vagrant plugin which automatically installs the host's VirtualBox Guest Additions on the guest system. WWW: https://github.com/dotless-de/vagrant-vbguest
18 lines
415 B
Makefile
18 lines
415 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vagrant-vbguest
|
|
PORTVERSION= 0.13.0
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Vagrant plugin to install the VirtualBoxAdditions into the guest VM
|
|
|
|
RUN_DEPENDS= rubygem-micromachine>=2.0.0:devel/rubygem-micromachine \
|
|
rubygem-i18n>=0:devel/rubygem-i18n \
|
|
rubygem-log4r>=0:sysutils/rubygem-log4r
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|