aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-ctags/Makefile
blob: ca9bf005dc3392c523040d08b59192c5532c7112 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PORTNAME=	geany-plugin-ctags
PORTVERSION=	${GEANY_VER}
PORTREVISION=	1
CATEGORIES=	devel

MAINTAINER=	madpilot@FreeBSD.org
COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
WWW=		https://plugins.geany.org/geanyctags.html

RUN_DEPENDS=	exctags:devel/ctags

.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>