Reimport of Guile 1.4.1 for possible backward compatibility issues.
[pkgsrc.git] / lang / ruby14 / Makefile
1 # $NetBSD: Makefile,v 1.22 2001/12/30 16:26:28 taca Exp $
2 # FreeBSD: ports/lang/ruby/Makefile,v 1.40 2001/01/18 19:53:38 knu Exp
3
4 DISTNAME=       ruby-${RUBY_VERSION}
5 CATEGORIES=     lang
6 MASTER_SITES=   # empty
7 DISTFILES=      # empty
8
9 MAINTAINER=     taca@netbsd.org
10 HOMEPAGE=       http://www.ruby-lang.org/en/
11 COMMENT=        Ruby, object-oriented interpreted scripting language
12
13 DEPENDS+=       ${RUBY_PKGNAMEPREFIX}base>=${RUBY_VERSION}:../../lang/${RUBY_PKGNAMEPREFIX}base
14 DEPENDS+=       ${RUBY_PKGNAMEPREFIX}gdbm>=${RUBY_VERSION}:../../databases/ruby-gdbm
15 DEPENDS+=       ${RUBY_PKGNAMEPREFIX}readline>=${RUBY_VERSION}:../../devel/${RUBY_PKGNAMEPREFIX}readline
16 DEPENDS+=       ${RUBY_PKGNAMEPREFIX}md5>=${RUBY_VERSION}:../../security/ruby-md5
17 DEPENDS+=       ${RUBY_PKGNAMEPREFIX}tcltklib>=${RUBY_VERSION}:../../x11/ruby-tcltklib
18 DEPENDS+=       ${RUBY_PKGNAMEPREFIX}tk>=${RUBY_VERSION}:../../x11/${RUBY_PKGNAMEPREFIX}tk
19
20 RUBY_VER=       1.4
21
22 NO_CHECKSUM=    # defined
23 NO_PATCH=       # defined
24 NO_CONFIGURE=   # defined
25 NO_BUILD=       # defined
26
27 do-install:
28         @${ECHO_MSG} This is only a meta package.
29
30 .include "../../lang/ruby-base/Makefile.common"
31 .include "../../mk/bsd.pkg.mk"