Line # Revision Author
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 CORE_REQUIRED += DateTime-Format-Pg
24 CORE_REQUIRED += DateTime-Locale-ru_RU_KOI8_R
25 CORE_REQUIRED += Cache-Memcached
26 CORE_REQUIRED += cronolog
27 CORE_REQUIRED += clogger
28 CORE_REQUIRED += HTML-Parser
29 CORE_REQUIRED += mtt
30 CORE_REQUIRED += SQL-Abstract
31 CORE_REQUIRED += Log-Dispatch
32 CORE_REQUIRED += Text-Wrapper
33
34 # depends on DB_TYPE
35 ifeq (${DB_TYPE},SINGLE)
36 CORE_REQUIRED += postgresql
37 endif
38
39 # depends on DB_TYPE
40 ifeq (${shell perl -e 'print 1 if "${DB_TYPE}" eq "SINGLE" || \
41 "${DB_TYPE}" eq "REMOTE"'},1)
42 CORE_REQUIRED += DBI
43 CORE_REQUIRED += DBD-Pg
44 endif
45
46 # ���� ������ ����� ������ ��������� �� 1000
47 MAX_REQUESTS_PER_CHILD ?= 10000
48
49 DEVELOPMENT ?= NO
50
51 OPTIONS_EXPIRE ?= 600