1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/security/rubygem-gpgme/Makefile
2024-07-08 01:08:30 -04:00

27 lines
616 B
Makefile

PORTNAME= gpgme
PORTVERSION= 2.0.24
PORTREVISION= 1
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>=1.1.2: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 pkgconfig shebangfix
CONFIGURE_ARGS= --use-system-libraries
SHEBANG_FILES= test/pinentry
.include <bsd.port.mk>