mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
Ruby bindings for API calls that are documented with Apipie.
Bindings are generated on the fly. WWW: https://github.com/Apipie/apipie-bindings PR: ports/188199 Submitted by: Michael Moll <kvedulv at kvedulv.de>
This commit is contained in:
parent
522a384359
commit
710b4f2e5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350059
@ -4127,6 +4127,7 @@
|
||||
SUBDIR += rubygem-analogger
|
||||
SUBDIR += rubygem-annoy
|
||||
SUBDIR += rubygem-ansi
|
||||
SUBDIR += rubygem-apipie-bindings
|
||||
SUBDIR += rubygem-app_config
|
||||
SUBDIR += rubygem-arrayfields
|
||||
SUBDIR += rubygem-ascii85
|
||||
|
24
devel/rubygem-apipie-bindings/Makefile
Normal file
24
devel/rubygem-apipie-bindings/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Michael Moll <kvedulv at kvedulv.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= apipie-bindings
|
||||
PORTVERSION= 0.0.6
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= kvedulv@kvedulv.de
|
||||
COMMENT= Ruby bindings for API calls that are documented with Apipie
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
RUN_DEPENDS= rubygem-awesome_print>=1.1.0:${PORTSDIR}/devel/rubygem-awesome_print \
|
||||
rubygem-json>=1.8.1:${PORTSDIR}/devel/rubygem-json \
|
||||
rubygem-mime-types=1.25.1:${PORTSDIR}/misc/rubygem-mime-types \
|
||||
rubygem-oauth>=0.4.7:${PORTSDIR}/net/rubygem-oauth \
|
||||
rubygem-rest-client>=1.6.7:${PORTSDIR}/www/rubygem-rest-client
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-apipie-bindings/distinfo
Normal file
2
devel/rubygem-apipie-bindings/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/apipie-bindings-0.0.6.gem) = 243ab904e3212d7f14089b4175edecd2fa4297f58e6404674805e9e22ae96a8b
|
||||
SIZE (rubygem/apipie-bindings-0.0.6.gem) = 15872
|
4
devel/rubygem-apipie-bindings/pkg-descr
Normal file
4
devel/rubygem-apipie-bindings/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Ruby bindings for API calls that are documented with Apipie.
|
||||
Bindings are generated on the fly.
|
||||
|
||||
WWW: https://github.com/Apipie/apipie-bindings
|
Loading…
x
Reference in New Issue
Block a user