mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
20 lines
332 B
Makefile
20 lines
332 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= aws-sdk
|
|
PORTVERSION= 3.0.1
|
|
CATEGORIES= rubygems
|
|
MAINTAINER= none@FreeBSD.org
|
|
MASTER_SITES= RG
|
|
COMMENT= AWS SDK for Ruby
|
|
|
|
RUN_DEPENDS+= rubygem-aws-sdk-resources>=3:ruby/rubygem-aws-sdk-resources
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|