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

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

NO_ARCH=    yes

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>