diff options
Diffstat (limited to 'security/rubygem-gssapi/Makefile')
-rw-r--r-- | security/rubygem-gssapi/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/rubygem-gssapi/Makefile b/security/rubygem-gssapi/Makefile index 10bcc15728a7..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= joe@thrallingpenguin.com -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> |