head	1.12;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.3;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.03.03;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2009.06.16.15.53.22;	author stas;	state Exp;
branches;
next	1.10;

1.10
date	2008.08.20.06.50.58;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2008.07.05.03.31.26;	author beech;	state Exp;
branches;
next	1.8;

1.8
date	2006.11.09.06.40.39;	author clsung;	state Exp;
branches;
next	1.7;

1.7
date	2006.02.21.09.20.46;	author seanc;	state Exp;
branches;
next	1.6;

1.6
date	2005.11.11.01.17.59;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2004.12.25.22.09.26;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2004.06.28.16.46.36;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2004.04.18.17.14.22;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2004.03.14.17.23.00;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2004.02.28.06.41.22;	author knu;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Ruby/Amazon
# Date created:		9 February 2004
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: head/www/ruby-amazon/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	A Ruby interface to Amazon's Web Services

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

USE_RUBY=	yes
USE_RUBY_SETUP=	yes

DOCS=		NEWS README TODO
EXAMPLES=	example/*

RUBY_REQUIRE=	Ruby > 180

.include <bsd.port.pre.mk>

.if !defined(RUBY_PROVIDED)
IGNORE=		only works with Ruby 1.8.0 or later
.endif

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

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


1.11
log
@- Assign all unmaintained ruby ports to ruby@@,
  so people will know where to send questions to.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@Reset nivo+kw+ports.bfa274@@is-root.com due to lack of time to work
on FreeBSD at the moment.

Hat:		portmgr
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.9
log
@- Add conflicts

PR:		ports/125094
Submitted by:	IWATSUKI Hiroyuki <don@@na.rim.or.jp>
Approved by:	Nils Vogels <nivo@@yuckfou.org> (maintainer)
@
text
@d16 1
a16 1
MAINTAINER=	nivo+kw+ports.bfa274@@is-root.com
@


1.8
log
@- Update to 0.9.2
- Take maintainership

PR:		ports/105273
Submitted by:	maintainer (Nils Vogels)
@
text
@d19 2
@


1.7
log
@Update to 0.9.0
@
text
@d9 1
a9 1
PORTVERSION=	0.9.0
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
@
text
@d9 1
a9 1
PORTVERSION=	0.8.5
@


1.5
log
@Update to 0.8.5.
@
text
@d16 1
a16 1
MAINTAINER=	knu@@FreeBSD.org
@


1.4
log
@Update to 0.8.3.
@
text
@d9 1
a9 1
PORTVERSION=	0.8.3
@


1.3
log
@Update to 0.8.2.
@
text
@d9 1
a9 1
PORTVERSION=	0.8.2
@


1.2
log
@Update to 0.7.5.
@
text
@d9 1
a9 1
PORTVERSION=	0.7.5
@


1.1
log
@Add ruby-amazon, a Ruby interface to Amazon's Web Services.

Ruby 1.8.0 or later is required.
@
text
@d9 1
a9 1
PORTVERSION=	0.6.0
@

