4fd2e84642
ruby-net-http-digest_auth is an implementation of RFC 2617 - Digest Access Authentication. At this time the gem does not drop in to Net::HTTP and can be used for with other HTTP clients. ok jeremy@
18 lines
357 B
Makefile
18 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/03/18 20:22:14 jasper Exp $
|
|
|
|
COMMENT= implementation of RFC 2617, Digest Access Authentication
|
|
|
|
DISTNAME= net-http-digest_auth-1.2.1
|
|
CATEGORIES= net security
|
|
|
|
HOMEPAGE= http://docs.seattlerb.org/net-http-digest_auth/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= gem
|
|
|
|
.include <bsd.port.mk>
|