1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/rubygem-responders/Makefile
Sunpoet Po-Chuan Hsieh b56cf6a45a Update to 3.0.0
- Change from Rails 4.2 to Rails 5.0

Changes:	https://github.com/plataformatec/responders/blob/master/CHANGELOG.md
2019-06-22 21:49:52 +00:00

24 lines
467 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= responders
PORTVERSION= 3.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple Ruby DSL for making HTTP requests
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
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>