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