freebsd-ports/sysutils/f2/Makefile
Muhammad Moinur Rahman a5a000df3b
lang/go: Change DEFAULT to 1.21
PR:		277776
Approved by:	portmgr (exp-run)
2024-03-24 15:29:00 +01:00

21 lines
401 B
Makefile

PORTNAME= f2
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.1
PORTREVISION= 4
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Command-line tool for batch renaming files and directories
WWW= https://github.com/ayoisaiah/f2
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
USES= go:modules
GO_MODULE= github.com/ayoisaiah/f2
GO_TARGET= ./cmd/f2
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>