1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup github 1.0 |
---|
5 | |
---|
6 | github.setup ggreer the_silver_searcher 0.14 |
---|
7 | categories textproc |
---|
8 | maintainers nomaintainer |
---|
9 | platforms darwin |
---|
10 | license Apache-2.0 |
---|
11 | description A code-searching tool similar to ack, but faster. |
---|
12 | long_description \ |
---|
13 | An attempt to make something better than ack, which itself is better than grep. |
---|
14 | |
---|
15 | checksums rmd160 e5133997a476046532198ff9e5d7edfe0165065a \ |
---|
16 | sha256 73d936640f5221d860e186362095b36dfada8726b4cf11e60d036acd6b9f3bce |
---|
17 | |
---|
18 | depends_lib port:pcre |
---|
19 | |
---|
20 | use_autoreconf yes |
---|