Tweak science/libsvm version 3.18
[dports.git] / Mk / bsd.default-versions.mk
1 # $FreeBSD$
2 #
3 # MAINTAINER:   ports@FreeBSD.org
4 #
5 # Provide default versions for ports with multiple versions selectable
6 # by the user.
7 #
8 # Users who want to override these defaults can easily do so by defining
9 # DEFAULT_VERSIONS in their make.conf as follows:
10 #
11 #   DEFAULT_VERSIONS=   perl5=5.18 ruby=2.0
12
13 # Use DragonFly base compiler instead of ports gcc 4.8
14 GCC_DEFAULT=    4.7
15
16 .if !defined(_INCLUDE_BSD_DEFAULT_VERSIONS_MK)
17 _INCLUDE_BSD_DEFAULT_VERSIONS_MK=       yes
18
19 .for lang in ${DEFAULT_VERSIONS}
20 _l=             ${lang:C/=.*//g}
21 ${_l:tu}_DEFAULT=       ${lang:C/.*=//g}
22 .endfor
23
24 APACHE_DEFAULT?=        2.4
25 FPC_DEFAULT?=           2.6.4
26 GCC_DEFAULT?=           4.8
27 LUA_DEFAULT?=           5.2
28 MYSQL_DEFAULT?=         5.5
29 PERL5_DEFAULT?=         5.16
30 PGSQL_DEFAULT?=         9.2
31 PHP_DEFAULT?=           5.4
32 PYTHON_DEFAULT?=        2.7
33 PYTHON2_DEFAULT?=       2.7
34 PYTHON3_DEFAULT?=       3.3
35 RUBY_DEFAULT?=          2.0
36 TCLTK_DEFAULT?=         8.6
37 FIREBIRD_DEFAULT?=      2.5
38
39 .endif