aboutsummaryrefslogblamecommitdiff
path: root/www/rubygem-platform-api/Makefile
blob: 61883f67890c779501fcb1cf7ee185a9572a0298 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                                                  

                            
                     








                                                   


                                                                                        






                      
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	platform-api
PORTVERSION=	3.3.0
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby HTTP client for the Heroku API

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md

RUN_DEPENDS=	rubygem-heroics>=0.1.1<0.2:www/rubygem-heroics \
		rubygem-moneta>=1.0.0<2:devel/rubygem-moneta \
		rubygem-rate_throttle_client>=0.1.0<0.2:www/rubygem-rate_throttle_client

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>