1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

A Ruby framework for rapid API development with great conventions.

WWW: https://github.com/intridea/grape

PR:		ports/182673
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
This commit is contained in:
Steve Wills 2013-10-20 15:11:56 +00:00
parent 9a56798383
commit 2411687f66
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331025
4 changed files with 33 additions and 0 deletions

View File

@ -4100,6 +4100,7 @@
SUBDIR += rubygem-glib2
SUBDIR += rubygem-gobject-introspection
SUBDIR += rubygem-graf
SUBDIR += rubygem-grape
SUBDIR += rubygem-grit
SUBDIR += rubygem-hashery
SUBDIR += rubygem-hashie

View File

@ -0,0 +1,27 @@
# $FreeBSD$
PORTNAME= grape
PORTVERSION= 0.6.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Framework for rapid API development with great conventions
RUN_DEPENDS= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-builder>=0:${PORTSDIR}/devel/rubygem-builder \
rubygem-hashie>=1.2.0:${PORTSDIR}/devel/rubygem-hashie \
rubygem-multi_json>=1.3.2:${PORTSDIR}/devel/rubygem-multi_json \
rubygem-multi_xml>=0.5.2:${PORTSDIR}/textproc/rubygem-multi_xml \
rubygem-rack>=1.3.0:${PORTSDIR}/www/rubygem-rack \
rubygem-rack-accept>=0:${PORTSDIR}/www/rubygem-rack-accept \
rubygem-rack-mount>=0:${PORTSDIR}/www/rubygem-rack-mount\
rubygem-virtus>=0:${PORTSDIR}/devel/rubygem-virtus
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/grape-0.6.0.gem) = 8c4e3ffdd29b2f59abbeb957122085478b263c1ad7afc5966692a16c5ecbe798
SIZE (rubygem/grape-0.6.0.gem) = 75776

View File

@ -0,0 +1,3 @@
A Ruby framework for rapid API development with great conventions.
WWW: https://github.com/intridea/grape