| Port details on branch 2023Q2 | 
	| 
 mage Command-line make-like build tool using Go as input files
 1.14.0_7,1 devel  =0          1.14.0_7,1Version of this port present on the latest quarterly branch.Maintainer: gspurki@gmail.com Port Added: 2023-04-08 16:02:42Last Update: 2023-04-08 15:33:05Commit Hash: 95d3a8dLicense: APACHE20WWW: https://magefile.org/Description: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.
Mage lets you have multiple magefiles, name your magefiles whatever you want,
and they're easy to customize for multiple operating systems. Mage has no
dependencies (aside from go) and runs just fine on all major operating systems,
whereas make generally uses bash which is not well supported on Windows. Go is
superior to bash for any non-trivial task involving branching, looping, anything
that's not just straight line execution of commands. And if your project is
written in Go, why introduce another language as idiosyncratic as bash? Why not
use the language your contributors are already comfortable with?   ¦  ¦  ¦  ¦ 
 Manual pages:FreshPorts has no man page information for this port.pkg-plist: as obtained via: make generate-plistUSE_RC_SUBR (Service Scripts)
no SUBR information found for this portDependency lines:
To install the port: cd /usr/ports/devel/mage/ && make install cleanTo add the package, run one of these commands:NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.pkg install devel/magepkg install mage
PKGNAME: mageFlavors: there is no flavor information for this port.distinfo:TIMESTAMP = 1663671045
SHA256 (magefile-mage-v1.14.0_GH0.tar.gz) = 346b82cd4c6af35a6bffcdaed1a6de0947d8b282ce80ee719805e8fea33bc481
SIZE (magefile-mage-v1.14.0_GH0.tar.gz) = 8801424 
Packages (timestamps in pop-ups are UTC):
 
DependenciesNOTE: FreshPorts displays only information on required and default dependencies.  Optional dependencies are not covered.Build dependencies:
go120 : lang/go120
This port is required by:for Build
					            
sysutils/beats7
Configuration Options:
     No options to configureOptions name:devel_mageUSES:go:modulesFreshPorts was unable to extract/find any pkg message
Master Sites: |