opnsense-ports/net/rubygem-right_aws/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

24 lines
534 B
Makefile

PORTNAME= right_aws
PORTVERSION= 3.1.0
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides access to Amazon EC2, S3, SQS, and SDB web services
WWW= https://github.com/rightscale/right_aws
LICENSE= MIT
RUN_DEPENDS= rubygem-right_http_connection>=1.2.5:net/rubygem-right_http_connection
USES= gem
NO_ARCH= yes
OPTIONS_DEFINE= LIBXML
LIBXML_DESC= Use libxml instead of REXML
LIBXML_RUN_DEPENDS= rubygem-libxml-ruby>=0.5.2:textproc/rubygem-libxml-ruby
.include <bsd.port.mk>