forked from Lainports/freebsd-ports
Required for gitlab-ce 15.9 Changelog: https://github.com/zenchild/gssapi/compare/v1.3.0...1.3.1
18 lines
353 B
Makefile
18 lines
353 B
Makefile
PORTNAME= gssapi
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= joe@thrallingpenguin.com
|
|
COMMENT= Ruby FFI Library wrapper for GSSAPI
|
|
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
|
|
|
|
.include <bsd.port.mk>
|