mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
21 lines
418 B
Makefile
21 lines
418 B
Makefile
PORTNAME= f2
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.0.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:modules
|
|
|
|
GO_MODULE= github.com/ayoisaiah/f2/v2
|
|
GO_TARGET= ./cmd/f2
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|