cf9de1b8cb
Fission is a simple command line tool for managing VMware Fusion VMs. Only Fusion 3.x is currently supported. WWW: https://github.com/thbishop/fission RG: https://rubygems.org/gems/fission
22 lines
460 B
Makefile
22 lines
460 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fission
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= emulators rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Utility to manage VMware Fusion VMs from the command line
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-CFPropertyList>=2.2:${PORTSDIR}/devel/rubygem-CFPropertyList
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/fission
|
|
|
|
.include <bsd.port.mk>
|