freebsd-ports/net/rubygem-omniauth-kerberos/Makefile
Matthias Fechner c31ceab7eb Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15270
2018-05-09 10:43:26 +00:00

20 lines
403 B
Makefile

# $FreeBSD$
PORTNAME= omniauth-kerberos
PORTVERSION= 0.3.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= OmniAuth strategy for Kerberos
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth-multipassword>0:security/rubygem-omniauth-multipassword \
rubygem-timfel-krb5-auth>=0.8:security/rubygem-timfel-krb5
USES= gem
NO_ARCH= yes
USE_RUBY= yes
.include <bsd.port.mk>