Files
ports/net/rubygem-fog-gridscale/Makefile
T
Sunpoet Po-Chuan Hsieh 93157f6d80 Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change

PR:		250124
Submitted by:	sunpoet (myself)
Approved by:	egypcio (maintainer)
2020-10-13 18:44:06 +00:00

24 lines
419 B
Makefile

# $FreeBSD$
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>