mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
24 lines
500 B
Makefile
24 lines
500 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= qiniu
|
|
PORTVERSION= 6.9.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Qiniu Resource (Cloud) Storage SDK for Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-mime-types>=3.1<4:misc/rubygem-mime-types \
|
|
rubygem-rest-client>=2.0<3:www/rubygem-rest-client \
|
|
rubygem-rexml>=3.2<4:textproc/rubygem-rexml
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|