Files

24 lines
410 B
Makefile
Raw Permalink Normal View History

2020-06-07 08:06:42 +00:00
COMMENT= fast, indexed regexp search over large file trees
V= 1.2.0
MODGO_MODNAME= github.com/google/codesearch
MODGO_VERSION= v$V
DISTNAME= codesearch-v$V
PKGNAME= codesearch-$V
REVISION= 1
2020-06-07 08:06:42 +00:00
CATEGORIES= textproc devel
HOMEPAGE= https://github.com/google/codesearch
# BSD
PERMIT_PACKAGE= Yes
MAINTAINER= Stuart Henderson <stu.ports@spacehopper.org>
2020-06-07 08:06:42 +00:00
MODULES= lang/go
NO_TEST= Yes
.include <bsd.port.mk>