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

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

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

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

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