24 lines
485 B
Makefile
24 lines
485 B
Makefile
# $OpenBSD: Makefile,v 1.9 2020/02/19 12:10:58 sebastia Exp $
|
|
|
|
COMMENT = Ruby language binding for gpgme
|
|
|
|
DISTNAME = gpgme-2.0.20
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = http://github.com/ueno/ruby-gpgme
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# LGPL-2.1+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
WANTLIB += c m assuan gpg-error gpgme
|
|
|
|
LIB_DEPENDS += security/gpgme
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
CONFIGURE_ARGS += --use-system-libraries
|
|
|
|
.include <bsd.port.mk>
|