097ce189e2
WWW: https://rubygems.org/gems/gssapi PR: ports/189431 Submitted by: Joseph Benden <joe@thrallingpenguin.com>
20 lines
382 B
Makefile
20 lines
382 B
Makefile
# 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>
|