Add rubygem-grape140 1.4.0 (copied from rubygem-grape)
- Add PORTSCOUT
This commit is contained in:
parent
271db655ad
commit
694e18432a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551863
4 changed files with 38 additions and 0 deletions
|
@ -6076,6 +6076,7 @@
|
||||||
SUBDIR += rubygem-grape-path-helpers
|
SUBDIR += rubygem-grape-path-helpers
|
||||||
SUBDIR += rubygem-grape-route-helpers
|
SUBDIR += rubygem-grape-route-helpers
|
||||||
SUBDIR += rubygem-grape-swagger
|
SUBDIR += rubygem-grape-swagger
|
||||||
|
SUBDIR += rubygem-grape140
|
||||||
SUBDIR += rubygem-grape_logging
|
SUBDIR += rubygem-grape_logging
|
||||||
SUBDIR += rubygem-graphiql-rails
|
SUBDIR += rubygem-graphiql-rails
|
||||||
SUBDIR += rubygem-graphql
|
SUBDIR += rubygem-graphql
|
||||||
|
|
31
devel/rubygem-grape140/Makefile
Normal file
31
devel/rubygem-grape140/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= grape
|
||||||
|
PORTVERSION= 1.4.0
|
||||||
|
CATEGORIES= devel rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
PKGNAMESUFFIX= 140
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Framework for rapid API development with great conventions
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
RUN_DEPENDS= rubygem-activesupport60>=0:devel/rubygem-activesupport60 \
|
||||||
|
rubygem-builder>=0:devel/rubygem-builder \
|
||||||
|
rubygem-dry-types>=1.1:devel/rubygem-dry-types \
|
||||||
|
rubygem-mustermann-grape>=1.0.0<1.1: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
|
||||||
|
|
||||||
|
# www/gitlab-ce requires grape = 1.4.0
|
||||||
|
PORTSCOUT= ignore:1
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/rubygem-grape140/distinfo
Normal file
3
devel/rubygem-grape140/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1594457478
|
||||||
|
SHA256 (rubygem/grape-1.4.0.gem) = 0928d49cda77cb084fb84c53291906d52e86add3ab8b43269fe9d99aecfdd40f
|
||||||
|
SIZE (rubygem/grape-1.4.0.gem) = 233472
|
3
devel/rubygem-grape140/pkg-descr
Normal file
3
devel/rubygem-grape140/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
A Ruby framework for rapid API development with great conventions.
|
||||||
|
|
||||||
|
WWW: https://github.com/ruby-grape/grape
|
Loading…
Reference in a new issue