summaryrefslogtreecommitdiff
path: root/devel/geany-plugin-pg/Makefile
blob: 88299f8f46613b238e10f2e8029d5ff97a0018ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

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

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

LIB_DEPENDS=	libgpgme.so:security/gpgme \
		libassuan.so:security/libassuan \
		libgpg-error.so:security/libgpg-error
RUN_DEPENDS=	gpg2:security/gnupg

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