aboutsummaryrefslogtreecommitdiffstats
path: root/www/ruby-borges/Makefile
blob: 4b86c57d6dffe481b0ccf4d09be77ba72c888240 (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
# New ports collection makefile for:    Ruby-Borges
# Date created:     31 January 2003
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   borges
PORTVERSION=    1.1.0
CATEGORIES= www ruby
MASTER_SITES=   RF
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR=    ruby

MAINTAINER= ruby@FreeBSD.org
COMMENT=    A web application framework for Ruby that allows linear programming

USE_RUBY=   yes
USE_RUBY_SETUP= yes

DOCS=       BUGS CHANGELOG README
EXAMPLES=   data/examples/ruby/borges/*

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-extract:
# This port is not really RUBY_MODEXAMPLESDIR/RUBY_MODDOCDIR clean
.for d in doc examples
    ${MV} ${WRKSRC}/data/${d}/ruby/Borges ${WRKSRC}/data/${d}/ruby/borges
    ${MV} ${WRKSRC}/data/${d}/ruby ${WRKSRC}/data/${d}/${RUBY_NAME}
.if defined(NOPORTDOCS)
    ${MV} ${WRKSRC}/data/${d} ${WRKSRC}/
.endif
.endfor

.include <bsd.port.post.mk>