summaryrefslogtreecommitdiffstats
path: root/collab/bugzilla/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'collab/bugzilla/DEPENDS')
-rwxr-xr-xcollab/bugzilla/DEPENDS25
1 files changed, 25 insertions, 0 deletions
diff --git a/collab/bugzilla/DEPENDS b/collab/bugzilla/DEPENDS
new file mode 100755
index 0000000000..2f5008c96b
--- /dev/null
+++ b/collab/bugzilla/DEPENDS
@@ -0,0 +1,25 @@
+depends appconfig &&
+depends perl-cgi &&
+depends file-spec &&
+
+# DBD-mysql in turn depends on perl, mysql and DBI
+depends dbi &&
+depends dbd-mysql &&
+
+# Template-Toolkit depends on AppConfig which is required
+depends template-toolkit &&
+
+depends data-showtable &&
+depends date-parse &&
+
+# optional utilities
+optional_depends patchutils '' '' 'for interdiff (patch differencing)' &&
+# optional dependencies from perl-cpan grouped together
+optional_depends perl-gd '' '' 'for charting' &&
+optional_depends gd-graph '' '' 'for charting' &&
+optional_depends gd-text '' '' 'for charting' &&
+optional_depends chart '' '' 'for bug charting' &&
+optional_depends mime-tools '' '' 'for contrib/bug_email.pl interface' &&
+optional_depends xml-parser-expat '' '' 'for bug data interchange' &&
+optional_depends net-ldap '' '' 'for LDAP authentication' &&
+optional_depends patchreader '' '' 'for convenient patch presentation'