summaryrefslogtreecommitdiff
path: root/devel/rubygem-apipie-bindings/Makefile
blob: 9a3ccf22a803a603e4344a2cff9acc4bb790b5c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	apipie-bindings
PORTVERSION=	0.7.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby bindings for API calls that are documented with Apipie
WWW=		https://github.com/Apipie/apipie-bindings

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-gssapi>=1.2<2:security/rubygem-gssapi \
		rubygem-oauth>=1.1<2:net/rubygem-oauth \
		rubygem-rest-client>=2.0<3:www/rubygem-rest-client

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>