mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
0aefdd57d8
Reported by: portscout
35 lines
1.5 KiB
Makefile
35 lines
1.5 KiB
Makefile
PORTNAME= brename
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.11.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Tool for batch renaming files/directories via regular expressions
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= shenwei356
|
|
GH_TUPLE= \
|
|
fatih:color:v1.12.0:fatih_color/vendor/github.com/fatih/color \
|
|
golang:sys:977fb7262007:golang_sys/vendor/golang.org/x/sys \
|
|
inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
|
|
klauspost:compress:v1.11.4:klauspost_compress/vendor/github.com/klauspost/compress \
|
|
klauspost:pgzip:v1.2.5:klauspost_pgzip/vendor/github.com/klauspost/pgzip \
|
|
mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
|
|
mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
|
|
shenwei356:breader:v0.2.0:shenwei356_breader/vendor/github.com/shenwei356/breader \
|
|
shenwei356:go-logging:c6b9702d88ba:shenwei356_go_logging/vendor/github.com/shenwei356/go-logging \
|
|
shenwei356:natsort:600d539c017d:shenwei356_natsort/vendor/github.com/shenwei356/natsort \
|
|
shenwei356:util:v0.3.0:shenwei356_util/vendor/github.com/shenwei356/util \
|
|
shenwei356:xopen:f4f16ddd3992:shenwei356_xopen/vendor/github.com/shenwei356/xopen \
|
|
spf13:cobra:v1.2.1:spf13_cobra/vendor/github.com/spf13/cobra \
|
|
spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
|
|
twotwotwo:sorts:bf5c1f2b8553:twotwotwo_sorts/vendor/github.com/twotwotwo/sorts
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|