pkgsrc/security/ruby-gssapi/Makefile
taca 77f95284d1 security/ruby-gssapi: update to 1.3.1
1.3.1 (2020-11-24)

* ISSUE-12: Create mem pointer for context before gss_delete_sec_context
2021-01-14 14:17:06 +00:00

14 lines
340 B
Makefile

# $NetBSD: Makefile,v 1.2 2021/01/14 14:17:06 taca Exp $
DISTNAME= gssapi-1.3.1
CATEGORIES= security
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/zenchild/gssapi
COMMENT= FFI wrapper around the system GSSAPI library
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"