openbsd-ports/www/ruby-ntlm/Makefile
jasper 188f903e59 import ruby-ntlm
Ruby/NTLM provides message creator and parser for the NTLM
authentication.

ok aja@
2014-01-18 09:24:21 +00:00

18 lines
315 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2014/01/18 09:24:21 jasper Exp $
COMMENT = creator/parser for the NTLM authentication
DISTNAME = rubyntlm-0.3.2
PKGNAME = ${DISTNAME:S/ruby//}
CATEGORIES = www security
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>