Files
ports/textproc/sift/Makefile
T
2026-07-11 20:20:53 +08:00

20 lines
352 B
Makefile

PORTNAME= sift
PORTVERSION= 0.9.2
DISTVERSIONPREFIX= v
CATEGORIES= textproc
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast and powerful open source alternative to grep
WWW= https://github.com/svent/sift
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/svent/sift
PLIST_FILES= bin/sift
.include <bsd.port.mk>