Files
bsdports/ruby/rubygem-aws-sdk-comprehend/Makefile
2019-12-26 07:26:06 +00:00

21 lines
419 B
Makefile

#
# $Id$
#
PORTNAME= aws-sdk-comprehend
PORTVERSION= 1.27.0
CATEGORIES= rubygems
MAINTAINER= none@FreeBSD.org
MASTER_SITES= RG
COMMENT= AWS SDK for Ruby - Amazon Comprehend
RUN_DEPENDS+= rubygem-aws-sdk-core>=3.71.0:ruby/rubygem-aws-sdk-core
RUN_DEPENDS+= rubygem-aws-sigv4>=1.1:ruby/rubygem-aws-sigv4
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
#EOF