summaryrefslogtreecommitdiff
path: root/lang/erlang/Makefile.versions
blob: c2940db79e04efc3fbdbb64567960a2db1c9a5f0 (plain)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
# $NetBSD: Makefile.versions,v 1.5 2007/07/28 14:27:10 obache Exp $

ERLANG_VERSION=			11.5
DIST_VERSION=			R11B-5

_VERSIONS= \
	appmon			2.1.9 \
	asn1			1.4.5 \
	compiler		4.4.5 \
	cosEvent		2.1.1 \
	cosEventDomain		1.1.1 \
	cosFileTransfer		1.1.3 \
	cosNotification		1.1.5 \
	cosProperty		1.1.4 \
	cosTime			1.1.1 \
	cosTransactions		1.2.2 \
	crypto			1.5.1.1 \
	debugger		3.1.1.1 \
	dialyzer		1.7.0 \
	docbuilder		0.9 \
	edoc			0.7.3 \
	erl_interface		3.5.5.3 \
	erts			5.5.5 \
	et			1.0.0.1 \
	gs			1.5.7 \
	hipe			3.6.3 \
	ic			4.2.13 \
	inets			4.7.16 \
	inviso			0.4 \
	jinterface		1.3 \
	kernel			2.11.5 \
	megaco			3.6.0.1 \
	mnemosyne		1.2.7.1 \
	mnesia			4.3.5 \
	mnesia_session		1.1.6.1 \
	observer		0.9.7.4 \
	odbc			2.0.8 \
	orber			3.6.6 \
	os_mon			2.1.2.1 \
	otp_mibs		1.0.4.1 \
	parsetools		1.4.1.1 \
	pman			2.6 \
	runtime_tools		1.6.6 \
	sasl			2.1.5.1 \
	snmp			4.9.3 \
	ssh			0.9.9.1 \
	ssl			3.1.1.1 \
	stdlib			1.14.5 \
	syntax_tools		1.5.3 \
	toolbar			1.3.0.1 \
	tools			2.5.5 \
	tv			2.1.4.1 \
	typer			0.1.0.1 \
	webtool			0.8.3.1 \
	xmerl			1.1.4

.for name version in ${_VERSIONS}
VERSION.${name}=${version}
PLIST_SUBST+=	VERSION.${name}=${version}
.endfor