82e73e2144
dropbox-sdk is a library that provides a plain function-call interface to the Dropbox API web endpoints. WWW: https://www.dropbox.com/developers RG: https://rubygems.org/gems/dropbox-sdk
18 lines
379 B
Makefile
18 lines
379 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dropbox-sdk
|
|
PORTVERSION= 1.5.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Library of the Dropbox API web endpoints
|
|
|
|
RUN_DEPENDS= rubygem-json>=0:${PORTSDIR}/devel/rubygem-json
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|