freebsd-ports/net/rubygem-dropbox-sdk/Makefile
Sunpoet Po-Chuan Hsieh 9c29c47cf0 Add LICENSE_FILE
2019-11-13 23:43:32 +00:00

22 lines
397 B
Makefile

# 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
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>