1 |
3 |
ahitrov@rambler.ru |
############################################################################## |
2 |
|
|
# $HeadURL$ |
3 |
|
|
# $Id$ |
4 |
|
|
############################################################################### |
5 |
|
|
|
6 |
|
|
# independent required |
7 |
|
|
CORE_REQUIRED += BSD-Resource |
8 |
|
|
CORE_REQUIRED += Digest-MD5 |
9 |
|
|
CORE_REQUIRED += Image-Size |
10 |
143 |
ahitrov |
CORE_REQUIRED += Image-Info |
11 |
3 |
ahitrov@rambler.ru |
CORE_REQUIRED += String-CRC32 |
12 |
|
|
CORE_REQUIRED += Time-HiRes |
13 |
|
|
CORE_REQUIRED += Time-modules |
14 |
|
|
CORE_REQUIRED += cyrillic |
15 |
|
|
CORE_REQUIRED += libnet |
16 |
|
|
CORE_REQUIRED += URI |
17 |
|
|
CORE_REQUIRED += libwww |
18 |
|
|
CORE_REQUIRED += MailTools |
19 |
|
|
CORE_REQUIRED += HTML-Mason |
20 |
|
|
CORE_REQUIRED += apache13 |
21 |
|
|
CORE_REQUIRED += libapreq |
22 |
|
|
CORE_REQUIRED += PerlMagick |
23 |
|
|
CORE_REQUIRED += IO-stringy |
24 |
96 |
ahitrov |
CORE_REQUIRED += DateTime |
25 |
3 |
ahitrov@rambler.ru |
CORE_REQUIRED += DateTime-Format-Pg |
26 |
|
|
CORE_REQUIRED += DateTime-Locale-ru_RU_KOI8_R |
27 |
|
|
CORE_REQUIRED += Cache-Memcached |
28 |
|
|
CORE_REQUIRED += cronolog |
29 |
|
|
CORE_REQUIRED += clogger |
30 |
|
|
CORE_REQUIRED += HTML-Parser |
31 |
|
|
CORE_REQUIRED += mtt |
32 |
|
|
CORE_REQUIRED += SQL-Abstract |
33 |
|
|
CORE_REQUIRED += Log-Dispatch |
34 |
|
|
CORE_REQUIRED += Text-Wrapper |
35 |
|
|
|
36 |
|
|
# depends on DB_TYPE |
37 |
|
|
ifeq (${DB_TYPE},SINGLE) |
38 |
|
|
CORE_REQUIRED += postgresql |
39 |
|
|
endif |
40 |
|
|
|
41 |
|
|
# depends on DB_TYPE |
42 |
|
|
ifeq (${shell perl -e 'print 1 if "${DB_TYPE}" eq "SINGLE" || \ |
43 |
|
|
"${DB_TYPE}" eq "REMOTE"'},1) |
44 |
|
|
CORE_REQUIRED += DBI |
45 |
|
|
CORE_REQUIRED += DBD-Pg |
46 |
|
|
endif |
47 |
|
|
|
48 |
|
|
# ���� ������ ����� ������ ��������� �� 1000 |
49 |
|
|
MAX_REQUESTS_PER_CHILD ?= 10000 |
50 |
|
|
|
51 |
|
|
DEVELOPMENT ?= NO |
52 |
|
|
|
53 |
|
|
OPTIONS_EXPIRE ?= 600 |