1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/emulators/rubygem-fission/Makefile
Sunpoet Po-Chuan Hsieh 24cdf977cf Cosmetic change
2019-08-24 00:09:12 +00:00

26 lines
480 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fission
PORTVERSION= 0.5.0
PORTREVISION= 1
CATEGORIES= emulators rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Utility to manage VMware Fusion VMs from the command line
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-CFPropertyList>=2.2:devel/rubygem-CFPropertyList
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/fission
.include <bsd.port.mk>