opnsense-ports/emulators/rubygem-fission/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

22 lines
436 B
Makefile

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
WWW= https://github.com/thbishop/fission
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-CFPropertyList>=2.2:devel/rubygem-CFPropertyList
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/fission
.include <bsd.port.mk>