31e840dbce
- Clean up pkg-descr: remove legacy Homepage link which points to the root of GitHub repository Changes: https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md
23 lines
598 B
Makefile
23 lines
598 B
Makefile
PORTNAME= aws-sdk-core
|
|
PORTVERSION= 3.168.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= AWS SDK for Ruby - Core
|
|
WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-core
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-aws-eventstream>=1.0.2<2:devel/rubygem-aws-eventstream \
|
|
rubygem-aws-partitions>=1.651.0<2:devel/rubygem-aws-partitions \
|
|
rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 \
|
|
rubygem-jmespath>=1.6.1<2:devel/rubygem-jmespath
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|