1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/devel/geany-plugin-pg/Makefile
2014-05-12 08:03:35 +00:00

16 lines
359 B
Makefile

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