freebsd-ports/devel/rubygem-aws-sdk-s3control/Makefile
2019-08-31 22:43:39 +00:00

22 lines
447 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= aws-sdk-s3control
PORTVERSION= 1.12.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Official AWS Ruby gem for AWS S3 Control
LICENSE= APACHE20
RUN_DEPENDS= rubygem-aws-sdk-core>=3.61.1<4:devel/rubygem-aws-sdk-core \
rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>