ports/devel/geany-plugin-pg/Makefile
Guido Falsi 4654dd091e - Update geany to 1.35
- Update geany-plugins to 1.35
2019-04-30 08:53:49 +00:00

16 lines
401 B
Makefile

# $FreeBSD$
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>