mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
23 lines
508 B
Makefile
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>
|