freebsd-ports/net/rubygem-fog-local/Makefile

20 lines
386 B
Makefile
Raw Normal View History

PORTNAME= fog-local
PORTVERSION= 0.8.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
2015-10-16 15:15:41 +02:00
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>