mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
20 lines
334 B
Makefile
20 lines
334 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= aws-sdk-resources
|
|
DISTVERSION= 2.10.134
|
|
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
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|