21 lines
329 B
Makefile
21 lines
329 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= aws-sdk-core
|
|
PORTVERSION= 2.2.37
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= AWS SDK for Ruby - Core
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-jmespath>=1.0:devel/rubygem-jmespath
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/aws.rb
|
|
|
|
.include <bsd.port.mk>
|