pkgsrc/security/ruby-rubyntlm/Makefile
minskim 744b363403 security/ruby-rubyntlm: Import version 0.6.2
Ruby/NTLM provides message creator and parser for the NTLM
authentication.
2017-10-03 15:56:29 +00:00

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"