mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -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
29 lines
891 B
Makefile
29 lines
891 B
Makefile
PORTNAME= google-apis-core
|
|
PORTVERSION= 0.11.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 011
|
|
|
|
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>=0.16.2<2.0:security/rubygem-googleauth \
|
|
rubygem-httpclient>=2.8.1<3.0:www/rubygem-httpclient \
|
|
rubygem-mini_mime>=1.0<2:mail/rubygem-mini_mime \
|
|
rubygem-representable>=3.0<4:textproc/rubygem-representable \
|
|
rubygem-retriable>=2.0<4.0:devel/rubygem-retriable \
|
|
rubygem-rexml>=0:textproc/rubygem-rexml
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^0\.11\.
|
|
|
|
.include <bsd.port.mk>
|