19 lines
331 B
Makefile
19 lines
331 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= aws-sdk-resources
|
|
PORTVERSION= 2.8.11
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= AWS SDK for Ruby Resources
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-aws-sdk-core>=${PORTVERSION}:devel/rubygem-aws-sdk-core
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|