head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.2;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.03.03;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2010.06.08.22.13.10;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2008.10.06.05.50.53;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2008.06.29.14.19.25;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.13.02.38.30;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2008.03.30.21.05.51;	author beech;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ruby-aws
# Date created:		2008-03-30
# Whom:			IWATSUKI Hiroyuki <don@@na.rim.or.jp>
#
# $FreeBSD: head/www/ruby-aws/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	aws
PORTVERSION=	0.8.1
CATEGORIES=	www ruby
MASTER_SITES=	http://www.caliban.org/files/ruby/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR=	ruby

MAINTAINER=	don@@na.rim.or.jp
COMMENT=	A Ruby interface to Amazon Web Services

CONFLICTS=	ruby-amazon-[0-9]*

USE_RUBY=	yes
USE_RUBY_SETUP=	yes

DOCS=		COPYING INSTALL NEWS README
EXAMPLES=	example/*

RUBY_REQUIRE=	Ruby > 180

.include <bsd.port.pre.mk>

.if !defined(RUBY_PROVIDED)
IGNORE=		depends on Ruby 1.8.0 or later
.endif

post-install:
.if !defined(NOPORTEXAMPLES)
	${MKDIR} ${RUBY_MODEXAMPLESDIR}/
.for f in ${EXAMPLES}
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
.endfor
.endif
.if !defined(NOPORTDOCS)
	${MKDIR} ${RUBY_MODDOCDIR}/
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif

.include <bsd.port.post.mk>
@


1.5
log
@- Update to 0.8.1

PR:             ports/147675
Approved by:    don@@na.rim.or.jp (maintainer)
Submitted by:   myself (pgollucci@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Update to 0.4.4

PR:		ports/127843
Submitted by:	TAKATSU Tomonari <tota_AT_rtfm dot jp>
Approved by:	maintainer (Hiroyuki Iwatsuki)
@
text
@d9 1
a9 1
PORTVERSION=	0.4.4
d36 2
a37 2
.if !defined(NOPORTDOCS)
	${MKDIR} ${RUBY_MODEXAMPLESDIR}
d41 3
a43 1
	${MKDIR} ${RUBY_MODDOCDIR}
@


1.3
log
@- Update to 0.3.3

PR:		125095
Submitted by:	IWATSUKI Hiroyuki <don@@na.rim.or.jp> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.3.3
@


1.2
log
@- Update to 0.1.0

PR:		ports/122694
Submitted by:	maintainer (IWATSUKI Hiroyuki)
@
text
@d9 1
a9 1
PORTVERSION=	0.1.0
d19 2
@


1.1
log
@- New port ruby-aws-0.0.2

Ruby/AWS is a Ruby language library that allows programmatic access to
the popular Amazon Web site via the REST (XML over HTTP) based Amazon
Web Services.  It is the successor to the now obsolete Ruby/Amazon.

WWW:	http://www.caliban.org/ruby/ruby-aws/

PR:		ports/122242
Submitted by:	IWATSUKI Hiroyuki <don at na.rim.or.jp>
@
text
@d9 1
a9 1
PORTVERSION=	0.0.2
d22 1
a22 1
DOCS=		COPYING INSTALL NOTES README
@

