2b3c6568a7
Reviewed by: swills
19 lines
394 B
Makefile
19 lines
394 B
Makefile
# 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>
|