1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/mage/Makefile
2024-02-11 10:39:17 +00:00

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>