25 lines
499 B
Makefile
25 lines
499 B
Makefile
# $OpenBSD: Makefile,v 1.4 2018/06/13 22:26:52 jeremy Exp $
|
|
|
|
COMMENT = Ruby language binding for gpgme
|
|
|
|
DISTNAME = gpgme-2.0.16
|
|
CATEGORIES = security
|
|
REVISION = 1
|
|
|
|
HOMEPAGE = http://github.com/ueno/ruby-gpgme
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# LGPL-2.1+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
WANTLIB += assuan gpg-error gpgme
|
|
|
|
LIB_DEPENDS += security/gpgme
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
CONFIGURE_ARGS += --use-system-libraries
|
|
|
|
.include <bsd.port.mk>
|