aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-dropbox-sdk/Makefile
blob: cec4ca55d5dc7bd277475a9a2c0787aefcaacc17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   dropbox-sdk
PORTVERSION=    1.6.5
CATEGORIES= net rubygems
MASTER_SITES=   RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Library of the Dropbox API web endpoints

LICENSE=    MIT

RUN_DEPENDS=    rubygem-json>=0:devel/rubygem-json

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>