2013-06-04 08:34:05 +02:00
|
|
|
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
2008-05-02 05:18:42 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rightaws
|
2013-07-03 23:28:41 +02:00
|
|
|
PORTVERSION= 3.1.0
|
2008-05-02 05:18:42 +02:00
|
|
|
CATEGORIES= net rubygems
|
2010-06-02 16:50:34 +02:00
|
|
|
MASTER_SITES= RG
|
2008-05-02 05:18:42 +02:00
|
|
|
DISTNAME= right_aws-${PORTVERSION}
|
|
|
|
|
2008-07-18 23:05:20 +02:00
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
2008-05-02 05:18:42 +02:00
|
|
|
COMMENT= Provides access to Amazon EC2, S3, SQS, and SDB web services
|
|
|
|
|
2013-07-03 23:28:41 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
RUN_DEPENDS= rubygem-righthttpconnection>=1.2.5:${PORTSDIR}/net/rubygem-righthttpconnection
|
2008-05-02 05:18:42 +02:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
GEM_NAME= ${DISTNAME}
|
2009-02-14 02:44:59 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-05-02 05:18:42 +02:00
|
|
|
UNIQUENAME= ${PORTNAME}
|
|
|
|
|
2013-06-04 08:34:05 +02:00
|
|
|
OPTIONS_DEFINE= LIBXML
|
|
|
|
LIBXML_DESC= Use libxml instead of REXML
|
2008-05-02 05:18:42 +02:00
|
|
|
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2013-06-04 08:34:05 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2008-05-02 05:18:42 +02:00
|
|
|
|
2013-06-04 08:34:05 +02:00
|
|
|
.if ${PORT_OPTIONS:MLIBXML}
|
2013-07-03 23:28:41 +02:00
|
|
|
RUN_DEPENDS+= rubygem-libxml-ruby>=0.5.2:${PORTSDIR}/textproc/rubygem-libxml-ruby
|
2008-05-02 05:18:42 +02:00
|
|
|
.else
|
|
|
|
USE_RUBY_FEATURES= rexml
|
|
|
|
.endif
|
|
|
|
|
2013-06-04 08:34:05 +02:00
|
|
|
.include <bsd.port.mk>
|