aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-pg/Makefile
blob: 4f3d1f67382e18b1f1cb9fc96b8038caee9ae898 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

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

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

LIB_DEPENDS=	gpgme.19:${PORTSDIR}/security/gpgme
RUN_DEPENDS=	gpg2:${PORTSDIR}/security/gnupg

GEANY_PLUGIN=	pg
GEANY_PLUGIN_DIR=	geanypg

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