aboutsummaryrefslogtreecommitdiffstats
path: root/www/ruby-aws/Makefile
blob: 22b77b7a181798ed1993c87f50bf614e56e55949 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# New ports collection makefile for:    ruby-aws
# Date created:     2008-03-30
# Whom:         IWATSUKI Hiroyuki <don@na.rim.or.jp>
#
# $FreeBSD$
#

PORTNAME=   aws
PORTVERSION=    0.4.4
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(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>