2012-10-09 16:15:38 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
2012-04-16 18:56:42 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= httpauth
|
2014-01-23 04:27:37 +01:00
|
|
|
PORTVERSION= 0.2.1
|
2012-04-16 18:56:42 +02:00
|
|
|
CATEGORIES= net rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2013-08-21 19:17:25 +02:00
|
|
|
COMMENT= Library for HTTP authentication protocol in RFC 2617
|
2012-04-16 18:56:42 +02:00
|
|
|
|
2013-11-29 22:31:29 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2012-04-16 18:56:42 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|