106a197393
timfel-krb5-auth - ruby wrapper for KRB5 WWW: https://github.com/timfel/krb5-auth PR: 199695 Submitted by: yerenkow@gmail.com
17 lines
282 B
Makefile
17 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= timfel-krb5-auth
|
|
PORTVERSION= 0.8.3
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= KRB5 for Ruby
|
|
|
|
BUILD_DEPENDS= krb5>0:security/krb5
|
|
RUN_DEPENDS= krb5>0:security/krb5
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|