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 @@ -1,18 +1,19 @@ PORTNAME= gssapi 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 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-ffi>=1.0.1:devel/rubygem-ffi -NO_ARCH= yes USES= gem +NO_ARCH= yes + .include 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.