mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
a9f6ebcfee
PR: ports/147043 Submitted by: pgollucci
36 lines
806 B
Makefile
36 lines
806 B
Makefile
# Ports collection makefile for: rubygem-rightaws
|
|
# Date created: 01 May 2008
|
|
# Whom: Greg Larkin <glarkin@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rightaws
|
|
PORTVERSION= 1.10.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
DISTNAME= right_aws-${PORTVERSION}
|
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
|
COMMENT= Provides access to Amazon EC2, S3, SQS, and SDB web services
|
|
|
|
RUN_DEPENDS= rubygem-righthttpconnection>=1.2.4:${PORTSDIR}/net/rubygem-righthttpconnection
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
GEM_NAME= ${DISTNAME}
|
|
RUBYGEM_AUTOPLIST= yes
|
|
UNIQUENAME= ${PORTNAME}
|
|
|
|
OPTIONS= LIBXML "Use libxml instead of REXML" Off
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(WITH_LIBXML)
|
|
RUN_DEPENDS+= ${RUBY_PKGNAMEPREFIX}libxml>=0:${PORTSDIR}/textproc/ruby-libxml
|
|
.else
|
|
USE_RUBY_FEATURES= rexml
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|