diff options
author | swills <swills@FreeBSD.org> | 2014-05-24 07:24:11 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-05-24 07:24:11 +0800 |
commit | c658014908ec55b83f6b7466f5db69ee29deb732 (patch) | |
tree | a4aaa5adecbf0ab8b505a6487bf8c7bee076e8c6 /security | |
parent | 96e978b760d27c4ecb0185d73561dab015a02e5c (diff) | |
download | freebsd-ports-gnome-c658014908ec55b83f6b7466f5db69ee29deb732.tar.gz freebsd-ports-gnome-c658014908ec55b83f6b7466f5db69ee29deb732.tar.zst freebsd-ports-gnome-c658014908ec55b83f6b7466f5db69ee29deb732.zip |
Library wrapper for GSSAPI
WWW: https://rubygems.org/gems/gssapi
PR: ports/189431
Submitted by: Joseph Benden <joe@thrallingpenguin.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/rubygem-gssapi/Makefile | 20 | ||||
-rw-r--r-- | security/rubygem-gssapi/distinfo | 2 | ||||
-rw-r--r-- | security/rubygem-gssapi/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index e6ebb26fd2d4..d0bf6379fbbd 100644 --- a/security/Makefile +++ b/security/Makefile @@ -862,6 +862,7 @@ SUBDIR += rubygem-bcrypt-ruby SUBDIR += rubygem-ezcrypto SUBDIR += rubygem-gpgr + SUBDIR += rubygem-gssapi SUBDIR += rubygem-hmac SUBDIR += rubygem-jugyo-twitter_oauth SUBDIR += rubygem-metasploit_data_models diff --git a/security/rubygem-gssapi/Makefile b/security/rubygem-gssapi/Makefile new file mode 100644 index 000000000000..507db1da09b8 --- /dev/null +++ b/security/rubygem-gssapi/Makefile @@ -0,0 +1,20 @@ +# Created by: Joseph Benden <joe@thrallingpenguin.com> +# $FreeBSD$ + +PORTNAME= gssapi +PORTVERSION= 1.0.2 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= joe@thrallingpenguin.com +COMMENT= Library wrapper for GSSAPI + +LICENSE= MIT + +RUN_DEPENDS= rubygem-ffi>=1.9.3:${PORTSDIR}/devel/rubygem-ffi + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/security/rubygem-gssapi/distinfo b/security/rubygem-gssapi/distinfo new file mode 100644 index 000000000000..94bf0f2ba15c --- /dev/null +++ b/security/rubygem-gssapi/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/gssapi-1.0.2.gem) = 442553d67c85ee81cdf503fc1e53a0471d9e524ec113b6fbbb2f50f436377192 +SIZE (rubygem/gssapi-1.0.2.gem) = 14336 diff --git a/security/rubygem-gssapi/pkg-descr b/security/rubygem-gssapi/pkg-descr new file mode 100644 index 000000000000..bd3bbda4f7a2 --- /dev/null +++ b/security/rubygem-gssapi/pkg-descr @@ -0,0 +1,3 @@ +Library wrapper for GSSAPI + +WWW: https://rubygems.org/gems/gssapi |