ports/devel/rubygem-apipie-bindings/Makefile
2017-04-25 14:23:56 +00:00

23 lines
508 B
Makefile

# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD$
PORTNAME= apipie-bindings
PORTVERSION= 0.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby bindings for API calls that are documented with Apipie
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-json>=1.2.1:devel/rubygem-json \
rubygem-oauth>=0:net/rubygem-oauth \
rubygem-rest-client>=1.6.5:www/rubygem-rest-client
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>