50faa33206
Differential Revision: https://reviews.freebsd.org/D2393 Approved by: mat (mentor)
23 lines
608 B
Makefile
23 lines
608 B
Makefile
# Created by: Michael Moll <kvedulv at kvedulv.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= apipie-bindings
|
|
PORTVERSION= 0.0.13
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mmoll@FreeBSD.org
|
|
COMMENT= Ruby bindings for API calls that are documented with Apipie
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-awesome_print>=1.1.0:${PORTSDIR}/devel/rubygem-awesome_print \
|
|
rubygem-json>=1.8.1:${PORTSDIR}/devel/rubygem-json \
|
|
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>
|