opnsense-ports/textproc/cgrep/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

22 lines
493 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$
PORTNAME= cgrep
PORTVERSION= 6.6.25
PORTREVISION= 1
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>