Update www/firefox-esr to version 102.5.0,1
[dports.git] / www / rubygem-responders-rails60 / Makefile
1 PORTNAME=       responders
2 PORTVERSION=    3.0.1
3 CATEGORIES=     www rubygems
4 MASTER_SITES=   RG
5 PKGNAMESUFFIX=  -rails60
6
7 MAINTAINER=     sunpoet@FreeBSD.org
8 COMMENT=        Simple Ruby DSL for making HTTP requests
9 WWW=            https://github.com/heartcombo/responders
10
11 LICENSE=        MIT
12 LICENSE_FILE=   ${WRKSRC}/MIT-LICENSE
13
14 RUN_DEPENDS=    rubygem-actionpack60>=5.0:www/rubygem-actionpack60 \
15                 rubygem-railties60>=5.0:www/rubygem-railties60
16
17 USES=           gem
18 USE_RUBY=       yes
19
20 NO_ARCH=        yes
21
22 .include <bsd.port.mk>