2015-02-19 20:44:37 +01:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fog-serverlove
|
2015-04-05 09:48:34 +02:00
|
|
|
PORTVERSION= 0.1.2
|
2015-02-19 20:44:37 +01:00
|
|
|
CATEGORIES= net rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Module for the 'fog' gem to support ServerLove
|
|
|
|
|
|
|
|
LICENSE= MIT
|
2015-10-16 15:16:04 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
2015-02-19 20:44:37 +01:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \
|
|
|
|
rubygem-fog-json>=0:devel/rubygem-fog-json
|
2015-02-19 20:44:37 +01:00
|
|
|
|
2015-10-16 15:16:04 +02:00
|
|
|
NO_ARCH= yes
|
2015-02-19 20:44:37 +01:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2015-02-19 20:44:37 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|