aboutsummaryrefslogtreecommitdiff
path: root/databases/credis/Makefile
blob: 232c4b02cce0a7fa10d4d6eca7b663ad5c175b7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>

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>