summaryrefslogtreecommitdiff
path: root/devel/ruby-amstd/Makefile.common
blob: abb04442e25e87710e76b98b3fb9b3c0645d83c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile.common,v 1.1.1.1 2001/06/30 23:29:39 taca Exp $
#

# USE_RUBY_AMSTD	- Says that the package uses amstd for building and
#			  running.
# RUBY_AMSTD_REQD	- Minimum version required for ruby-amstd.
RUBY_AMSTD_REQD=	1.9
.if !defined(RUBY_AMSTD_MK)
RUBY_AMSTD_MK=		# defined

USE_RUBY=		yes

.if defined(USE_RUBY_AMSTD)
DEPENDS+=	${RUBY_PKGNAMEPREFIX}amstd>=${RUBY_AMSTD_REQD}:../../devel/ruby-amstd
.endif

.endif