5b47f10e5d
Feature safe: yes
21 lines
404 B
Makefile
21 lines
404 B
Makefile
# New ports collection makefile for: credis
|
|
# Date created: 2011-02-02
|
|
# Whom: 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
|
|
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|