mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
23 lines
461 B
Makefile
23 lines
461 B
Makefile
|
|
PORTNAME= vagrant-vbguest
|
|
PORTVERSION= 0.26.0
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Vagrant plugin to install the VirtualBoxAdditions into the guest VM
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-i18n>=0:devel/rubygem-i18n \
|
|
rubygem-log4r>=0:sysutils/rubygem-log4r \
|
|
rubygem-micromachine>=2<4:devel/rubygem-micromachine
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|