aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-ntlm-http/Makefile
blob: 7af9aac9095f1897826327796c78b34a36cc3b0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: MIHIRA Yoshiro <sanpei@FreeBSD.org>

PORTNAME=	ntlm-http
PORTVERSION=	0.1.1
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	NTLM HTTP provides NTLM authentication over http

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>