aboutsummaryrefslogtreecommitdiff
path: root/textproc/cgrep/Makefile
blob: 992f78f20dfe1d7d5deb1555a7a6f4b6c8440289 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	cgrep
DISTVERSION=	9.2.3
CATEGORIES=	textproc

MAINTAINER=	lwhsu@FreeBSD.org
COMMENT=	Context-aware grep for source codes
WWW=		https://awgn.github.io/cgrep/

LICENSE=	GPLv2

LIB_DEPENDS=	libpcre.so:devel/pcre

USES=		cabal pkgconfig

CONFLICTS_INSTALL=	codesearch

.include <bsd.port.mk>