openbsd-ports/net/ruby-net-http-digest_auth/Makefile
jasper 4fd2e84642 import ruby-net-http-digest_auth-1.2.1
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@
2013-03-18 20:22:14 +00:00

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>