diff --git a/Formula/dovecot.rb b/Formula/dovecot.rb new file mode 100644 index 0000000000..d97c023095 --- /dev/null +++ b/Formula/dovecot.rb @@ -0,0 +1,49 @@ +require 'brewkit' + +class Dovecot + + + + Label + org.dovecot + ProgramArguments + + #{prefix}/sbin/dovecot + + RunAtLoad + + + +============================================================== + EOS + end +end