ports/textproc/sift/Makefile
2025-12-03 13:24:45 -05:00

21 lines
368 B
Makefile

PORTNAME= sift
PORTVERSION= 0.9.1
DISTVERSIONPREFIX= v
PORTREVISION= 2
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>