summaryrefslogtreecommitdiff
path: root/www/rubygem-net-http-digest_auth11/Makefile
blob: 3ee523d54e598d04c8817254b37be38bc277e730 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=	net-http-digest_auth
PKGNAMESUFFIX=	11
PORTVERSION=	1.1.1
CATEGORIES=	www net rubygems
MASTER_SITES=	RG

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

LICENSE=	MIT

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

PORTSCOUT=	limit:^1\.1

.include <bsd.port.mk>