opnsense-ports/sysutils/rubygem-vagrant_cloud/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

23 lines
473 B
Makefile

PORTNAME= vagrant_cloud
PORTVERSION= 3.0.2
PORTREVISION= 1
CATEGORIES= sysutils rubygems devel
MASTER_SITES= RG
MAINTAINER= cmt@FreeBSD.org
COMMENT= Vagrant Cloud API wrapper for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= rubygem-rest-client>=2.0.2:www/rubygem-rest-client
RUN_DEPENDS= rubygem-excon>=0.73<1.0:devel/rubygem-excon \
rubygem-log4r>=1.1.10<1.2:sysutils/rubygem-log4r
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>