ports/security/rubygem-gssapi/Makefile
Romain Tartière 542953ea29 Update to 1.3.0
PR:		246043
Approved by:	joe@thrallingpenguin.com (maintainer)
2020-05-01 08:00:28 +00:00

21 lines
394 B
Makefile

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