freebsd-ports/net/rubygem-fog-gridscale/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
406 B
Makefile

PORTNAME= fog-gridscale
PORTVERSION= 0.1.5
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= egypcio@FreeBSD.org
COMMENT= Module for the 'fog' gem to support gridscale
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \
rubygem-fog-json>=0:devel/rubygem-fog-json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>