1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/cscope/Makefile
Bernhard Froehlich c9b9e58faf
devel/cscope: Add CPE information
Approved by:	portmgr (blanket)
2021-08-29 18:17:38 +00:00

16 lines
267 B
Makefile

PORTNAME= cscope
DISTVERSION= 15.9
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
MAINTAINER= moritz@schmi.tt
COMMENT= Interactive C source code browser
LICENSE= BSD3CLAUSE
USES= cpe ncurses
GNU_CONFIGURE= yes
.include <bsd.port.mk>