mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Update COMMENT - Update WWW - Fix version requirement of RUN_DEPENDS - Sort RUN_DEPENDS - Take maintainership Changes: https://github.com/hashicorp/vagrant_cloud/blob/main/CHANGELOG.md
23 lines
592 B
Makefile
23 lines
592 B
Makefile
PORTNAME= vagrant_cloud
|
|
PORTVERSION= 3.1.3
|
|
CATEGORIES= sysutils rubygems devel
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby library for the HashiCorp Vagrant Cloud API
|
|
WWW= https://developer.hashicorp.com/vagrant/vagrant-cloud/api/v2 \
|
|
https://github.com/hashicorp/vagrant_cloud
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-excon>=1.0<2:devel/rubygem-excon \
|
|
rubygem-log4r>=1.1<2:sysutils/rubygem-log4r \
|
|
rubygem-oauth2>2.0<3:net/rubygem-oauth2 \
|
|
rubygem-rexml>=3.3<4:textproc/rubygem-rexml
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|