2da8682787
=== 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.
12 lines
351 B
Makefile
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"
|