diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-11-28 15:16:38 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-11-28 15:16:38 +0000 |
commit | 8676612e69b3a67dcee322e0170865f640a996ea (patch) | |
tree | 0c8e3564c59ee9444355f494f7b88fd7eb74983f /net/rubygem-omniauth-kerberos/Makefile | |
parent | 22e54a83e9154269395fb73d341eb286f9d8ffd4 (diff) |
Notes
Diffstat (limited to 'net/rubygem-omniauth-kerberos/Makefile')
-rw-r--r-- | net/rubygem-omniauth-kerberos/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/rubygem-omniauth-kerberos/Makefile b/net/rubygem-omniauth-kerberos/Makefile new file mode 100644 index 000000000000..12c286122e54 --- /dev/null +++ b/net/rubygem-omniauth-kerberos/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= omniauth-kerberos +PORTVERSION= 0.3.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= tz@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> |