freebsd-ports/www/rubygem-ntlm-http/Makefile
2021-07-25 04:23:55 +08:00

19 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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>