freebsd-ports/devel/rubygem-apipie-bindings/Makefile

24 lines
608 B
Makefile
Raw Normal View History

# 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>