mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
20 lines
329 B
Makefile
20 lines
329 B
Makefile
# 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
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|