mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
2d787ccc91
Fog::Vmfusion is a module for the fog gem to support VMware Fusion. WWW: https://github.com/fog/fog-vmfusion RG: https://rubygems.org/gems/fog-vmfusion
22 lines
472 B
Makefile
22 lines
472 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fog-vmfusion
|
|
PORTVERSION= 0.0.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Module for the 'fog' gem to support VMware Fusion
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-fission>=0:${PORTSDIR}/emulators/rubygem-fission \
|
|
rubygem-fog-core>=0:${PORTSDIR}/devel/rubygem-fog-core
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|