mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
cf118ccf87
Reported by: lwhsu
19 lines
335 B
Makefile
19 lines
335 B
Makefile
PORTNAME= mario-redis-lock
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby distributed lock using Redis, with emphasis in transparency
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-redis>=3.0.5:databases/rubygem-redis
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|