ports/sysutils/f2/Makefile
Dag-Erling Smørgrav 75d873b56a many: Unpin Go ports
* Ports that were pinned to a deprecated version of Go (1.23 or older)
  have been unpinned.

* Ports that were pinned to a still-supported version of Go (1.24 or
  newer) have been converted to requesting that as their minimum Go
  version.

* Ports that had been forcibly deprecated for pinning an expired Go
  version have been undeprecated.
2025-12-16 00:06:00 +01:00

23 lines
440 B
Makefile

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