20 lines
386 B
Makefile

PORTNAME= fog-local
PORTVERSION= 0.9.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module for the 'fog' gem to support local filesystem storage
WWW= https://github.com/fog/fog-local
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-fog-core>=1.27<3.0:devel/rubygem-fog-core
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>