automated install foo
[freeside.git] / install / freebsd / INSTALL
diff --git a/install/freebsd/INSTALL b/install/freebsd/INSTALL
new file mode 100755 (executable)
index 0000000..4840ac2
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+for port in `grep -v '^ *#' ports`; do
+  cd /usr/ports/$port
+  make install || exit
+done
+
+perl -MCPAN -e"install DBIx::DBSchema HTML::Widgets::SelectLayers Time::Duration"
+