2011-10-31 09:55:02 +01:00
|
|
|
# New ports collection makefile for: rubygem-net-http-digest_auth
|
|
|
|
# Date created: 2011-10-31
|
|
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= net-http-digest_auth
|
2012-05-19 07:55:01 +02:00
|
|
|
PORTVERSION= 1.2.1
|
2011-11-16 19:57:10 +01:00
|
|
|
CATEGORIES= www net rubygems
|
2011-10-31 09:55:02 +01:00
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= An implementation of RFC 2617 - Digest Access Authentication
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|