mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
b56cf6a45a
- Change from Rails 4.2 to Rails 5.0 Changes: https://github.com/plataformatec/responders/blob/master/CHANGELOG.md
24 lines
467 B
Makefile
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>
|