mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
20 lines
368 B
Makefile
20 lines
368 B
Makefile
PORTNAME= rubyntlm
|
|
PORTVERSION= 0.6.5
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Message creator and parser for the NTLM authentication
|
|
WWW= https://github.com/WinRb/rubyntlm
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-base64>=0:converters/rubygem-base64
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|