forked from Lainports/freebsd-ports
30 lines
791 B
Makefile
30 lines
791 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sift
|
|
PORTVERSION= 0.9.0
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 14
|
|
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:eec23a3:golang_crypto/vendor/golang.org/x/crypto \
|
|
golang:sys:9b0068b:golang_sys/vendor/golang.org/x/sys \
|
|
golang:term:2321bbc: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>
|