744b363403
Ruby/NTLM provides message creator and parser for the NTLM authentication.
13 lines
365 B
Makefile
13 lines
365 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/10/03 15:56:29 minskim Exp $
|
|
|
|
DISTNAME= rubyntlm-0.6.2
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/winrb/rubyntlm
|
|
COMMENT= Message creator and parser for the NTLM authentication
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|