Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/databases/credis/Makefile
16124 views
# Created by: Steven Kreuzer <[email protected]>

PORTNAME=	credis
PORTVERSION=	0.2.3
DISTVERSIONPREFIX=	v
CATEGORIES=	databases

MAINTAINER=	[email protected]
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>