mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/main/google-cloud-errors/CHANGELOG.md
20 lines
547 B
Makefile
20 lines
547 B
Makefile
PORTNAME= google-cloud-errors
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Define error classes for google-cloud-ruby
|
|
WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-errors/latest/ \
|
|
https://googleapis.github.io/google-cloud-ruby/docs/ \
|
|
https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-errors \
|
|
https://github.com/googleapis/google-cloud-ruby
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|