mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
19 lines
320 B
Makefile
19 lines
320 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= aws-sdk
|
|
PORTVERSION= 2.9.8
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= AWS SDK for Ruby
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-aws-sdk-resources>=${PORTVERSION}:devel/rubygem-aws-sdk-resources
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|