aboutsummaryrefslogtreecommitdiffstats
path: root/databases/ruby-criteria/Makefile
blob: a092ec8642ec34d0cb8257a030c49102291fc753 (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
# New ports collection makefile for:    ruby-criteria
# Date created:     10 September 2003
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   criteria
PORTVERSION=    1.1a
CATEGORIES= databases ruby
MASTER_SITES=   http://mephle.org/Criteria/
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR=    ruby

MAINTAINER= knu@FreeBSD.org
COMMENT=    A Ruby module for SQL query abstraction, and others

USE_RUBY=   yes
USE_RUBY_SETUP= yes
RUBY_SETUP= install.rb

DOCS=       ChangeLog README.en

.include <bsd.port.pre.mk>

.if ${RUBY_VER} < 1.8
IGNORE=     only works with ruby 1.8 or later
.endif

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

.include <bsd.port.post.mk>