Hi,
while I am busy with teaching Vagrant how to use VMM (and more) to be a
fully supported
host/provider, I struggle with creating a port of Vagrant itself.
I managed the very basics so that 'make extract' works fine, but I've
only seen ports
that use a 'gem' for CONFIGURE_STYLE - which would download a .gem.
If one could shoot me on the right moon (which RTFM) or want to
collaborate on that,
that would be highly appreciated, since the timeslots working on the
actual thing
are already filled and BSDCan is coming close at warp speed - as always.
Makefile:
===
# this relies on vmm(4)
ONLY_FOR_ARCHS = amd64 i386
COMMENT = lifecycle manager for VMs
GH_ACCOUNT = hashicorp
GH_PROJECT = vagrant
GH_TAGNAME = v2.0.2
CATEGORIES = misc
HOMEPAGE = https://www.vagrantup.com/
# MIT
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = lang/ruby
BUILD_DEPENDS = devel/ruby-bundler
CONFIGURE_STYLE = ruby-bundler # wants a .gem from DIST
.include <bsd.port.mk>
===
TIA,
--
pb