openbsd-ports/www/ruby-ntlm/Makefile
jeremy 13cf0d7c7b Update to rubyntlm 0.6.2
From George Rosamond <george@ceetonetechnology.com>
2019-12-09 20:50:35 +00:00

18 lines
305 B
Makefile

# $OpenBSD: Makefile,v 1.3 2019/12/09 20:50:35 jeremy Exp $
COMMENT = creator/parser for the NTLM authentication
DISTNAME = rubyntlm-0.6.2
PKGNAME = ${DISTNAME:S/ruby//}
CATEGORIES = www security
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>