1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/sysutils/sake/Makefile
Ashish SHUKLA fce0cc3272
all: Bump after lang/go121 update
MFH:		2024Q2
2024-05-13 17:56:04 +00:00

28 lines
518 B
Makefile

PORTNAME= sake
PORTVERSION= 0.15.1
DISTVERSIONPREFIX= v
PORTREVISION= 5
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>