blob: af9b62a7e72168c794f34d53c38e741e57f4aa2e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$
PORTNAME= cgrep
PORTVERSION= 6.6.25
PORTREVISION= 2
CATEGORIES= textproc
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Context-aware grep for source codes
LICENSE= GPLv2
USE_CABAL= aeson ansi-terminal async cmdargs either exceptions regex-pcre \
regex-posix safe split stringsearch unicode-show unix-compat \
utf8-string yaml
EXECUTABLE= cgrep
STANDALONE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|