21 lines
368 B
Makefile
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>
|