mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
e979ea7bdd
- Bump PORTREVISION for package change
30 lines
779 B
Makefile
30 lines
779 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= sift
|
|
PORTVERSION= 0.9.0
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 20
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Fast and powerful open source alternative to grep
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go
|
|
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
|
|
|
|
PLIST_FILES= bin/sift
|
|
|
|
GH_ACCOUNT= svent
|
|
GH_TUPLE= golang:crypto:7b82a4e:golang_crypto/vendor/golang.org/x/crypto \
|
|
golang:sys:33da011:golang_sys/vendor/golang.org/x/sys \
|
|
golang:term:e5f449a:golang_term/vendor/golang.org/x/term \
|
|
svent:go-flags:4bcbad3:svent_goflags/vendor/github.com/svent/go-flags \
|
|
svent:go-nbreader:7cef48d:svent_gonbreader/vendor/github.com/svent/go-nbreader
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|