pkgsrc/security/ruby-rubyntlm/Makefile
taca 484217b8a1 security/ruby-rubyntlm: update to 0.6.3
pkgsrc change: add "USE_LANGUAGES=	# none".


0.6.3 (2021-01-26)

Closed issues:

* Timeout issues with mailcatcher #18

Merged pull requests:

* Fix an error showing the key not being set on the DES cypher #41
  (Castone22)
2021-02-03 15:03:05 +00:00

14 lines
346 B
Makefile

# $NetBSD: Makefile,v 1.2 2021/02/03 15:03:05 taca Exp $
DISTNAME= rubyntlm-0.6.3
CATEGORIES= security
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/winrb/rubyntlm
COMMENT= Message creator and parser for the NTLM authentication
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"