pkgsrc/www/ruby-net-http-digest_auth/Makefile
taca 2da8682787 Update ruby-net-http-digest_authto 1.4.1.
=== 1.4.1 / 2017-02-08

* Bug fix
  * Set license to MIT in spec, matching README.  Issue #9 by Benjamin
    Fleischer
  * Allow any digest length per RFC 7616 section 3.4.2.  Issue #14 by Joshua
    Gross.
2017-03-20 15:53:07 +00:00

12 lines
351 B
Makefile

# $NetBSD: Makefile,v 1.5 2017/03/20 15:53:07 taca Exp $
DISTNAME= net-http-digest_auth-1.4.1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://docs.seattlerb.org/net-http-digest_auth
COMMENT= Implementation of RFC 2617 - Digest Access Authentication
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"