freebsd-ports/devel/rubygem-apipie-bindings/Makefile
Michael Moll 50faa33206 devel/rubygem-apipie-bindings: update to 0.0.13
Differential Revision:	https://reviews.freebsd.org/D2393
Approved by:		mat (mentor)
2015-04-29 16:38:11 +00:00

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>