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

PORTNAME=   credis
PORTVERSION=    0.2.3
CATEGORIES= databases
MASTER_SITES=   GOOGLE_CODE

MAINTAINER= skreuzer@FreeBSD.org
COMMENT=    Library for communicating with Redis servers

LICENSE=    BSD3CLAUSE

USES=   gmake
USE_LDCONFIG=   yes

PLIST_SUB=  VERSION="${PORTVERSION}"

.include <bsd.port.mk>