mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
4d811272d6
If required upgraded version to work correctly with rails50. Fixed some cosmetic issue to make portlint happy. Reviewed by: sunpoet Differential Revision: https://reviews.freebsd.org/D18957
28 lines
638 B
Makefile
28 lines
638 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= grape
|
|
PORTVERSION= 1.2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Framework for rapid API development with great conventions
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activesupport50>=0:devel/rubygem-activesupport50 \
|
|
rubygem-builder>=0:devel/rubygem-builder \
|
|
rubygem-mustermann-grape>=1.0.0:devel/rubygem-mustermann-grape \
|
|
rubygem-rack>=1.3.0:www/rubygem-rack \
|
|
rubygem-rack-accept>=0:www/rubygem-rack-accept \
|
|
rubygem-virtus>=1.0.0:devel/rubygem-virtus
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|