20 lines
342 B
Makefile
20 lines
342 B
Makefile
# $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>
|