Files
ports/sysutils/sake/Makefile
T
Adam Weinberger 0bdd2ad334 go: Bump go124-dependent ports
Earlier I bumped the default Go to 1.24. Ports that specify a lower
version will still build with those lower version (for now), so they
don't need a bumping. Instead I'm bumping anything that (now) has go124
as a dependency.
2025-05-21 15:58:15 -04:00

28 lines
519 B
Makefile

PORTNAME= sake
PORTVERSION= 0.15.1
DISTVERSIONPREFIX= v
PORTREVISION= 11
CATEGORIES= sysutils
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Task runner for local and remote hosts
WWW= https://sakecli.com/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= alajmo
GO_MODULE= github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/sake \
share/man/man1/sake.1.gz
post-install:
${INSTALL_MAN} ${WRKSRC}/core/sake.1 \
${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>