K 10 svn:author V 5 seanc K 8 svn:date V 27 2018-04-23T00:22:17.631283Z K 7 svn:log V 433 Add new port: devel/mage Mage is a make/rake-like build tool using Go. You write plain-old go functions, and Mage automatically uses them as Makefile-like runnable targets. Makefiles are hard to read and hard to write. Mostly because makefiles are essentially fancy bash scripts with significant white space and additional make-related syntax. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15159 END