blob: 81e00b6924b29345ee1423f20ccd36fb1a9ae3ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= fiber-storage
PORTVERSION= 1.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provide a compatibility shim for fiber storage
WWW= https://ioquatix.github.io/fiber-storage/ \
https://github.com/ioquatix/fiber-storage
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/license.md
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|