aboutsummaryrefslogtreecommitdiff
path: root/databases/credis/Makefile
blob: a851803ac46ca7e68c2215cea2271ea22941ac06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>