forked from Lainports/opnsense-ports
19 lines
358 B
Makefile
19 lines
358 B
Makefile
PORTNAME= dogapi
|
|
PORTVERSION= 1.45.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby bindings for Datadog API
|
|
WWW= https://github.com/DataDog/dogapi-rb
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|