|
Lines 70-76
MYSQL_DEFAULT?= 5.7
Link Here
|
| 70 |
# Possible values: 5.28, 5.30, 5.32, devel |
70 |
# Possible values: 5.28, 5.30, 5.32, devel |
| 71 |
.if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \ |
71 |
.if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \ |
| 72 |
defined(PACKAGE_BUILDING)) |
72 |
defined(PACKAGE_BUILDING)) |
| 73 |
PERL5_DEFAULT?= 5.30 |
73 |
PERL5_DEFAULT?= 5.32 |
| 74 |
.elif !defined(PERL5_DEFAULT) |
74 |
.elif !defined(PERL5_DEFAULT) |
| 75 |
# There's no need to replace development versions, like "5.23" with "devel" |
75 |
# There's no need to replace development versions, like "5.23" with "devel" |
| 76 |
# because 1) nobody is supposed to use it outside of poudriere, and 2) it must |
76 |
# because 1) nobody is supposed to use it outside of poudriere, and 2) it must |