freebsd-ports/databases/credis/Makefile
2011-02-02 17:24:59 +00:00

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>