---
name: gnugrep
version: 2.14
origin: textproc/gnugrep
comment: GNU grep
arch: freebsd:9:x86:64
www: http://www.gnu.org/software/grep/
maintainer: johans@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- GPLv3
flatsize: 1169854
desc: |
  The grep command searches one or more input files for lines containing a match
  to a specified pattern.  By default, grep prints the matching lines.

  WWW: http://www.gnu.org/software/grep/
deps:
  gettext: {origin: devel/gettext, version: 0.18.3}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- textproc
shlibs_required:
- libintl.so.9
- libiconv.so.3
options: {PCRE: off, NLS: on}
