2015-04-05 23:24:35 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fog-local
|
2016-03-07 21:12:50 +01:00
|
|
|
PORTVERSION= 0.3.0
|
2015-04-05 23:24:35 +02:00
|
|
|
CATEGORIES= net rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Module for the 'fog' gem to support local filesystem storage
|
|
|
|
|
|
|
|
LICENSE= MIT
|
2015-10-16 15:15:41 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
2015-04-05 23:24:35 +02:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= rubygem-fog-core>=1.27:devel/rubygem-fog-core
|
2015-04-05 23:24:35 +02:00
|
|
|
|
2015-06-10 18:46:25 +02:00
|
|
|
NO_ARCH= yes
|
2015-04-05 23:24:35 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 18:36:41 +02:00
|
|
|
USES= gem:autoplist
|
2015-04-05 23:24:35 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|