freebsd-ports/security/rubygem-gssapi/Makefile
Steve Wills 097ce189e2 Library wrapper for GSSAPI
WWW: https://rubygems.org/gems/gssapi

PR:		ports/189431
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
2014-05-23 23:24:11 +00:00

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>