aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-responders/Makefile
blob: 2b1e43e58d20dd77218a8200f1c6987d35034ba0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	responders
PORTVERSION=	3.0.1
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Simple Ruby DSL for making HTTP requests
WWW=		https://github.com/heartcombo/responders

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=	rubygem-actionpack50>=5.0:www/rubygem-actionpack50 \
		rubygem-railties50>=5.0:www/rubygem-railties50

USES=		gem

NO_ARCH=	yes

PORTSCOUT=	limit:^3\.0\.

.include <bsd.port.mk>