aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-gpgme/Makefile
blob: eceb7bda7fddc93da09dd97c89a5973726ea71e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	gpgme
PORTVERSION=	2.0.21
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby interface to GnuPG Made Easy (GPGME)
WWW=		https://github.com/ueno/ruby-gpgme

LICENSE=	LGPL21+

BUILD_DEPENDS=	gpgme>=gpgme:security/gpgme \
		libassuan>=2.5.5:security/libassuan \
		libgpg-error>=1.45:security/libgpg-error
LIB_DEPENDS=	libassuan.so:security/libassuan \
		libgpg-error.so:security/libgpg-error \
		libgpgme.so:security/gpgme

USES=		gem shebangfix
USE_RUBY=	yes

CONFIGURE_ARGS=	--use-system-libraries

SHEBANG_FILES=	test/pinentry

.include <bsd.port.mk>