Ticket #37634: Portfile

File Portfile, 594 bytes (added by tresni (Brian Hartvigsen), 11 years ago)

Portfile for The Silver Searcher

Line 
1# $Id$
2
3PortSystem       1.0
4PortGroup        github 1.0
5
6github.setup     ggreer the_silver_searcher 0.13.1
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  5749d20177343987376d8f11db466e9c3071684d \
16                    sha256  40e96ceb48a6a47bc77b9cf038816347a25aa2e8d55ecf109e0984b00bc31403
17
18depends_lib port:pcre
19
20use_autoreconf   yes