7fbed186b8
PR: 212885 Submitted by: Andres Montalban <amontalban@gmail.com>
23 lines
379 B
Makefile
23 lines
379 B
Makefile
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= credis
|
|
PORTVERSION= 0.2.3
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Library for communicating with Redis servers
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= octo
|
|
|
|
USES= gmake
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|