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 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 175 ahitrov CORE_REQUIRED += DateTime
20 3 ahitrov@rambler.ru CORE_REQUIRED += HTML-Mason
21 CORE_REQUIRED += apache13
22 CORE_REQUIRED += libapreq
23 CORE_REQUIRED += IO-stringy
24 CORE_REQUIRED += DateTime-Format-Pg
25 177 ahitrov CORE_REQUIRED += DateTime-Locale-ru_RU_KOI8_R
26 459 ahitrov CORE_REQUIRED += Cache-Memcached-Fast
27 3 ahitrov@rambler.ru 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
53 499 ahitrov
54 CONVERT = ${shell export PATH=${LOCAL}/bin:$${PATH}; which convert}
55 ifeq (${CONVERT},)
56 CORE_REQUIRED += ImageMagick
57 endif