aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-net-http-digest_auth11/Makefile
blob: bbb038708d7ac98e46b1a18f770d4d2a6520d209 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $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

NO_ARCH=    yes

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

PORTSCOUT=  limit:^1\.1

.include <bsd.port.mk>