blob: 47d6beda46642e8c66a077a3e6362523283cf3aa (
plain) (
tree)
|
|
# $FreeBSD$
PORTNAME= geany-plugin-pg
PORTVERSION= ${GEANY_VER}
PORTREVISION= 1
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>
|