aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-workbench/Makefile
blob: 73bc282c25e16096a9f9a0df99d62b6eea5d25e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

PORTNAME=	geany-plugin-workbench
PORTVERSION=	${GEANY_VER}
CATEGORIES=	devel

MAINTAINER=	madpilot@FreeBSD.org
COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}

LIB_DEPENDS=	libgit2.so:devel/libgit2

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