aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-net-http-digest_auth/Makefile
blob: 6a08145741341f243c8c1557da89ac97859d2c31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	net-http-digest_auth
PORTVERSION=	1.3
CATEGORIES=	www net rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Implementation of RFC 2617 - Digest Access Authentication

LICENSE=	MIT

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>