devel/rubygem-airborne: create port
RSpec driven API testing framework WWW: https://github.com/brooklynDev/airborne
This commit is contained in:
parent
51be46ba8f
commit
e6609915fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463276
@ -5279,6 +5279,7 @@
|
||||
SUBDIR += rubygem-analogger
|
||||
SUBDIR += rubygem-annoy
|
||||
SUBDIR += rubygem-ansi
|
||||
SUBDIR += rubygem-airborne
|
||||
SUBDIR += rubygem-apipie-bindings
|
||||
SUBDIR += rubygem-apipie-params
|
||||
SUBDIR += rubygem-app_config
|
||||
|
20
devel/rubygem-airborne/Makefile
Normal file
20
devel/rubygem-airborne/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= airborne
|
||||
PORTVERSION= 0.2.13
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= RSpec driven API testing framework
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \
|
||||
rubygem-rack>=0:www/rubygem-rack \
|
||||
rubygem-rack-test>=0.6.2:www/rubygem-rack-test \
|
||||
rubygem-rest-client>=1.7.3:www/rubygem-rest-client \
|
||||
rubygem-rspec>=3.1:devel/rubygem-rspec
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-airborne/distinfo
Normal file
3
devel/rubygem-airborne/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1519865950
|
||||
SHA256 (rubygem/airborne-0.2.13.gem) = 8f1986eca8f18a1e301e4b536de3526ec9464db01271a8b9e0c05eaddde09eec
|
||||
SIZE (rubygem/airborne-0.2.13.gem) = 19968
|
3
devel/rubygem-airborne/pkg-descr
Normal file
3
devel/rubygem-airborne/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
RSpec driven API testing framework
|
||||
|
||||
WWW: https://github.com/brooklynDev/airborne
|
Loading…
Reference in New Issue
Block a user