freebsd-ports/emulators/rubygem-fission/Makefile
Sunpoet Po-Chuan Hsieh b9aedb98f8 Fix gemspec for rubygem-CFPropertyList 3.0.0 update
- Bump PORTREVISION for package change
2018-01-14 14:14:38 +00:00

24 lines
479 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
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/fission
.include <bsd.port.mk>