mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
7e5aa2085f
PR: 276530
27 lines
475 B
Makefile
27 lines
475 B
Makefile
PORTNAME= mage
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.15.0
|
|
PORTREVISION= 3
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= gspurki@gmail.com
|
|
COMMENT= Command-line make-like build tool using Go as input files
|
|
WWW= https://magefile.org/
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= magefile
|
|
|
|
PLIST_FILES= bin/mage
|
|
|
|
do-build:
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} \
|
|
${GO_CMD} run bootstrap.go
|
|
|
|
.include <bsd.port.mk>
|