ports/sysutils/rubygem-vagrant_cloud/Makefile
Po-Chuan Hsieh fe88023e92
sysutils/rubygem-vagrant_cloud: Update to 3.1.3
- 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
2025-04-10 01:44:44 +08:00

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>