forked from Lainports/freebsd-ports
devcel/rubygem-grape1: Add rubygem-grape1 1.8.0 (copied from rubygem-grape)
- Add PORTSCOUT
This commit is contained in:
parent
39bba0676f
commit
cb920f2cbf
4 changed files with 35 additions and 0 deletions
|
|
@ -6918,6 +6918,7 @@
|
|||
SUBDIR += rubygem-grape-route-helpers
|
||||
SUBDIR += rubygem-grape-swagger
|
||||
SUBDIR += rubygem-grape-swagger-entity
|
||||
SUBDIR += rubygem-grape1
|
||||
SUBDIR += rubygem-grape17
|
||||
SUBDIR += rubygem-grape_logging
|
||||
SUBDIR += rubygem-graphiql-rails
|
||||
|
|
|
|||
30
devel/rubygem-grape1/Makefile
Normal file
30
devel/rubygem-grape1/Makefile
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
PORTNAME= grape
|
||||
PORTVERSION= 1.8.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 1
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Framework for rapid API development with great conventions
|
||||
WWW= https://github.com/ruby-grape/grape
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport60>=5: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,3:www/rubygem-rack \
|
||||
rubygem-rack-accept>=0:www/rubygem-rack-accept \
|
||||
rubygem-virtus>=1.0.0:devel/rubygem-virtus
|
||||
|
||||
USES= cpe gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
CPE_VENDOR= ruby-grape
|
||||
|
||||
PORTSCOUT= limit:^1\.
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
devel/rubygem-grape1/distinfo
Normal file
3
devel/rubygem-grape1/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1693824015
|
||||
SHA256 (rubygem/grape-1.8.0.gem) = 5ef411c617db7d05e5f614a12b279c2f2947813f5db40cdbb7af7b79314b8d72
|
||||
SIZE (rubygem/grape-1.8.0.gem) = 249856
|
||||
1
devel/rubygem-grape1/pkg-descr
Normal file
1
devel/rubygem-grape1/pkg-descr
Normal file
|
|
@ -0,0 +1 @@
|
|||
A Ruby framework for rapid API development with great conventions.
|
||||
Loading…
Add table
Reference in a new issue