f1023bd890
Convert vagrant boxes to work with different providers WWW: https://github.com/sciurus/vagrant-mutate
16 lines
308 B
Makefile
16 lines
308 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vagrant-mutate
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Convert vagrant boxes to work with different providers
|
|
|
|
RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|