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

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-actionpack52>=5.0:www/rubygem-actionpack52 \
		rubygem-railties52>=5.0:www/rubygem-railties52

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>