depends perl &&
runtime_depends archive-zip &&
runtime_depends crypt-passwdmd5 &&
runtime_depends datetime &&
runtime_depends dbi &&
runtime_depends digest-md5 &&
runtime_depends net-dns &&
runtime_depends template-toolkit &&
runtime_depends perl-yaml-libyaml &&
suggest_depends crypt-ssleay "" "" \
		 "for Generic Interface REST transport and SOAP SSL connections" &&
suggest_depends dbd-mysql "" "" \
		 "to connect to a MySQL database" &&
suggest_depends dbd-odbc "" "" \
		 "to connect to a MS-SQL database" &&
suggest_depends dbd-pg "" "" \
		 "to connect to a PostreSQL database" &&
suggest_depends fcgi "" "" \
		"for FastCGI support" &&
suggest_depends mail-imapclient "" "" \
		"for IMAP TLS connections" &&
if is_depends_enabled $SPELL mail-imapclient; then
  suggest_depends io-socket-ssl "" "" \
		  "for IMAP TLS connections" &&
  suggest_depends authen-sasl "" "" \
		  "for IMAP MD5 challenge authentication"
fi &&
suggest_depends net-ldap "" "" \
		 "for directory authentication" &&
suggest_depends perl-crypt-eksblowfish "" "" \
		 "for strong password hashing" &&
suggest_depends perl-json-xs "" "" \
		"for faster AJAX/JavaScript handling" &&
suggest_depends text-csv_xs "" "" \
		"for faster CSV handling" &&
suggest_depends xml-libxml "" "" \
		"for Generic Interface XSLT mapping module" &&
suggest_depends xml-libxslt "" "" \
		"for Generic Interface XSLT mapping module"
