mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
24 lines
589 B
Makefile
24 lines
589 B
Makefile
PORTNAME= familia
|
|
PORTVERSION= 0.10.2
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Organize and store ruby objects in Redis
|
|
WWW= https://github.com/delano/familia
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-gibbler>=1.0.0<1.1:devel/rubygem-gibbler \
|
|
rubygem-multi_json>=1.15<2:devel/rubygem-multi_json \
|
|
rubygem-redis>=4.8.1<6.0:databases/rubygem-redis \
|
|
rubygem-storable>=0.10.0<0.11:devel/rubygem-storable \
|
|
rubygem-uri-redis>=1.3<2:net/rubygem-uri-redis
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|