opnsense-ports/devel/rubygem-apipie-bindings/Makefile
Franco Fichtner 6e87aca346 */*: sync with upstream
Taken from: HardenedBSD
2018-01-10 17:49:15 +01:00

23 lines
508 B
Makefile

# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD$
PORTNAME= apipie-bindings
PORTVERSION= 0.2.2
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>