freebsd-ports/sysutils/f2/Makefile
Yuri Victorovich 8f26f7bf6e sysutils/f2: Update 1.7.2 -> 1.8.0
Reported by:	portscout
2022-02-22 10:00:29 -08:00

19 lines
347 B
Makefile

PORTNAME= f2
DISTVERSIONPREFIX= v
DISTVERSION= 1.8.0
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Command-line tool for batch renaming files and directories
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>