mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
23 lines
414 B
Makefile
23 lines
414 B
Makefile
PORTNAME= redis
|
|
PORTVERSION= 4.8.1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 4
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby client library for Redis, the key value storage server
|
|
WWW= https://github.com/redis/redis-rb
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^4\.
|
|
|
|
post-install:
|
|
${RM} ${STAGEDIR}${PREFIX}/bin/build
|
|
|
|
.include <bsd.port.mk>
|