summaryrefslogtreecommitdiff
path: root/security/rubygem-duo_api/Makefile
blob: 82381688eaea02c73662b04507f54d17c09fc953 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	duo_api
PORTVERSION=	1.5.0
PORTREVISION=	1
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Ruby implementation of the Duo API
WWW=		https://github.com/duosecurity/duo_api_ruby

LICENSE=	BSD3CLAUSE

RUN_DEPENDS=	rubygem-base6402>=0.2.0<0.3:converters/rubygem-base6402

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>