freebsd-ports/net/rubygem-fog-vmfusion/Makefile

21 lines
395 B
Makefile
Raw Normal View History

PORTNAME= fog-vmfusion
PORTVERSION= 0.1.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module for the 'fog' gem to support VMware Fusion
LICENSE= MIT
2015-10-16 15:16:22 +02:00
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-fission>=0:emulators/rubygem-fission \
rubygem-fog-core>=0:devel/rubygem-fog-core
USES= gem
2019-10-20 19:20:31 +02:00
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>