blob: 2f6da1a682581aa45f1502f85dedb8e35cc53258 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Ports collection makefile for: rubygem-ntlm-http
# Date created: 31 Mar 2012
# Whom: 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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|