aboutsummaryrefslogblamecommitdiff
path: root/databases/credis/Makefile
blob: a851803ac46ca7e68c2215cea2271ea22941ac06 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                   
           


                      
                         
                         



                                                            

                          

                    
 
             




                                        
# 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>