summaryrefslogtreecommitdiff
path: root/devel/cook/pkg/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cook/pkg/DESCR')
-rw-r--r--devel/cook/pkg/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/cook/pkg/DESCR b/devel/cook/pkg/DESCR
new file mode 100644
index 00000000000..efbefd221ed
--- /dev/null
+++ b/devel/cook/pkg/DESCR
@@ -0,0 +1,4 @@
+Cook is a tool for constructing files. It is given a set of files to create,
+and recipes of how to create them. In any non-trivial program there will be
+prerequisites to performing the actions necessary to creating any file, such
+as include files. Cook provides a mechanism to define these.