1PORTNAME= fission 2PORTVERSION= 0.5.0 3PORTREVISION= 1 4CATEGORIES= emulators rubygems 5MASTER_SITES= RG 6 7MAINTAINER= sunpoet@FreeBSD.org 8COMMENT= Utility to manage VMware Fusion VMs from the command line 9WWW= https://github.com/thbishop/fission 10 11LICENSE= mit 12LICENSE_FILE= ${WRKSRC}/LICENSE 13 14BUILD_DEPENDS= ${RUN_DEPENDS} 15RUN_DEPENDS= rubygem-CFPropertyList>=2.2:devel/rubygem-CFPropertyList 16 17USES= gem 18 19NO_ARCH= yes 20 21PLIST_FILES= bin/fission 22 23.include <bsd.port.mk> 24