opnsense-ports/security/rubygem-gssapi/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

21 lines
363 B
Makefile

# Created by: Joseph Benden <joe@thrallingpenguin.com>
# $FreeBSD$
PORTNAME= gssapi
PORTVERSION= 1.2.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= joe@thrallingpenguin.com
COMMENT= Ruby FFI Library wrapper for GSSAPI
LICENSE= MIT
RUN_DEPENDS= rubygem-ffi>=1.9.3:devel/rubygem-ffi
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>