mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
Changes: https://github.com/googleapis/google-api-ruby-client/releases https://github.com/googleapis/google-api-ruby-client/blob/main/google-apis-core/CHANGELOG.md
26 lines
841 B
Makefile
26 lines
841 B
Makefile
PORTNAME= google-apis-core
|
|
PORTVERSION= 0.15.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Common utility and base classes for legacy Google REST clients
|
|
WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-core \
|
|
https://github.com/googleapis/google-api-ruby-client
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.5.1<3:www/rubygem-addressable \
|
|
rubygem-googleauth>=1.9<2:security/rubygem-googleauth \
|
|
rubygem-httpclient>=2.8.3<3.0:www/rubygem-httpclient \
|
|
rubygem-mini_mime>=1.0<2:mail/rubygem-mini_mime \
|
|
rubygem-mutex_m>=0:devel/rubygem-mutex_m \
|
|
rubygem-representable>=3.0<4:textproc/rubygem-representable \
|
|
rubygem-retriable>=2.0<4.0:devel/rubygem-retriable
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|