freebsd-ports/emulators/rubygem-fission/Makefile
Sunpoet Po-Chuan Hsieh cf9de1b8cb - Add rubygem-fission 0.5.0
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
2014-12-04 15:22:38 +00:00

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>