freebsd-ports/net/rubygem-fog-local/Makefile
2016-12-03 19:29:15 +00:00

21 lines
428 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-local
PORTVERSION= 0.3.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module for the 'fog' gem to support local filesystem storage
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-fog-core>=1.27:devel/rubygem-fog-core
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>