mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
18 lines
349 B
Makefile
18 lines
349 B
Makefile
PORTNAME= duo_api
|
|
PORTVERSION= 1.5.0
|
|
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-base64>=0.2.0<0.3:converters/rubygem-base64
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|