summaryrefslogtreecommitdiff
path: root/security/gpgmepp/Makefile
blob: e82eb6422f325cb9e3f0c8b52791ab8f071c857c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	gpgmepp
PORTVERSION=	2.0.0
CATEGORIES=	security
MASTER_SITES=	GNUPG

MAINTAINER=	jhale@FreeBSD.org
COMMENT=	GnuPG Made Easy (GPGME) C++ bindings
WWW=		https://gnupg.org/software/gpgme/index.html

LICENSE=	LGPL20+
LICENSE_FILE=	${WRKSRC}/COPYING.LIB

LIB_DEPENDS=	libgpg-error.so:security/libgpg-error \
		libgpgme.so:security/gpgme

USES=		cmake compiler:c++17-lang pkgconfig tar:xz

.include <bsd.port.mk>