This prepares the update of www/gitlab to 10.4 update which requires this specific version Submitted by: Matthias Fechner <idefix@fechner.net> Reviewed by: swills, tz
23 lines
410 B
Makefile
23 lines
410 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= redis-namespace
|
|
PORTVERSION= 1.5.3
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 15
|
|
|
|
MAINTAINER= idefix@fechner.net
|
|
COMMENT= Ruby client class for Redis with namespace support
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-redis3>=3.0.4:databases/rubygem-redis3
|
|
|
|
PORTSCOUT= limit:^1\.5
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|