ports/security/rubygem-net-ssh-krb/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
404 B
Makefile

PORTNAME= net-ssh-krb
DISTVERSION= 0.5.1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= romain@FreeBSD.org
COMMENT= Add Kerberos authentication capabilities to Net::SSH
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-gssapi>=1.3:security/rubygem-gssapi \
rubygem-net-ssh>=2.0:security/rubygem-net-ssh
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>