d32b8fe316
In this version, libgpgme-pthread.so has been removed in favor of just using libgpgme.so as the thread-safe library. PORTREVISION has been bumped on all ports depending on security/gpgme so that any that may have linked to -lgpgme-pthread will link to -lgpgme instead. The Python module provided by security/py-gpgme has been renamed upstream from pyme3 to gpg. This removes the conflict with security/py-pyme, although security/py-gpgme is still the direct replacement of that module.
15 lines
339 B
Makefile
15 lines
339 B
Makefile
# $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
|
|
RUN_DEPENDS= gpg2:security/gnupg
|
|
|
|
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
|
|
.include <bsd.port.mk>
|