aboutsummaryrefslogblamecommitdiff
path: root/devel/geany-plugin-pg/Makefile
blob: 47d6beda46642e8c66a077a3e6362523283cf3aa (plain) (tree)
1
2
3
4
5
6
7
8
9
10

           
                               
                            
                 

                     
                                    

                                                     


                                                     
                                   
 

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