opnsense-ports/sysutils/f2/Makefile
Franco Fichtner 3e185b8ec5 */*: sync with upstream
Taken from: FreeBSD
2022-03-30 12:41:49 +02:00

20 lines
363 B
Makefile

PORTNAME= f2
DISTVERSIONPREFIX= v
DISTVERSION= 1.8.0
PORTREVISION= 1
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>