mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
16 lines
401 B
Makefile
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>
|