Ticket #37634: Portfile.2

File Portfile.2, 592 bytes (added by tresni (Brian Hartvigsen), 11 years ago)

Portfile for The Silver Searcher, updated to 0.14

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