diff options
Diffstat (limited to 'security/rubygem-gssapi')
-rw-r--r-- | security/rubygem-gssapi/Makefile | 7 | ||||
-rw-r--r-- | security/rubygem-gssapi/pkg-descr | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/security/rubygem-gssapi/Makefile b/security/rubygem-gssapi/Makefile index b484fcbd663c..4fe2801b5502 100644 --- a/security/rubygem-gssapi/Makefile +++ b/security/rubygem-gssapi/Makefile @@ -3,8 +3,8 @@ PORTVERSION= 1.3.1 CATEGORIES= security rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org -COMMENT= Ruby FFI Library wrapper for GSSAPI +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= FFI wrapper around the system GSSAPI library WWW= https://github.com/zenchild/gssapi LICENSE= MIT @@ -12,7 +12,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-ffi>=1.0.1:devel/rubygem-ffi -NO_ARCH= yes USES= gem +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/security/rubygem-gssapi/pkg-descr b/security/rubygem-gssapi/pkg-descr index 8d87eed61b80..e4f3328eb17c 100644 --- a/security/rubygem-gssapi/pkg-descr +++ b/security/rubygem-gssapi/pkg-descr @@ -1,3 +1,4 @@ -Ruby FFI wrapper around the system GSSAPI library. It exposes the low-level -GSSAPI methods like gss_init_sec_context and gss_wrap and also provides an -easier to use wrapper on top of this for common usage scenarios. +This is a wrapper around the system GSSAPI library (MIT only at this time). It +exposes the low-level GSSAPI methods like gss_init_sec_context and gss_wrap and +also provides an easier to use wrapper on top of this for common usage +scenarios. |